new command routes

This commit is contained in:
2026-03-15 19:56:28 +03:00
parent 0d8871a719
commit 2785779583
6 changed files with 75 additions and 6 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
from .run import run_handler as run_handler
from .init import init_handler as init_handler
from .new import new_handler as new_handler
from .new import new_handler as new_handler
from .routes import routes_handler as routes_handler