First commit.

This commit is contained in:
2025-11-18 11:02:39 +01:00
parent e57266f93d
commit d4c4ccfc18
16 changed files with 874 additions and 1 deletions

5
python/index.py Normal file
View File

@@ -0,0 +1,5 @@
from router import Router
if __name__ == "__main__":
router = Router()
router.run()