First commit.
This commit is contained in:
5
python/index.py
Normal file
5
python/index.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from router import Router
|
||||
|
||||
if __name__ == "__main__":
|
||||
router = Router()
|
||||
router.run()
|
||||
Reference in New Issue
Block a user