This commit is contained in:
sinlatansen
2026-02-24 15:47:53 +08:00
commit 6c0526b2ef
6 changed files with 589 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from lora-route-py!")
if __name__ == "__main__":
main()