完成py_plan.md

This commit is contained in:
sinlatansen
2026-02-24 16:21:30 +08:00
parent 6c0526b2ef
commit 375febb4c0
21 changed files with 2041 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
def main():
print("Hello from lora-route-py!")
"""LoRa Route Simulation - Main entry point."""
from sim.main import main
if __name__ == "__main__":
main()