5 lines
86 B
Python
5 lines
86 B
Python
from router import Router
|
|
|
|
if __name__ == "__main__":
|
|
router = Router()
|
|
router.run() |