new command info

This commit is contained in:
2026-03-17 10:28:26 +03:00
parent 8d68cdc40d
commit 688dec6591
4 changed files with 46 additions and 1 deletions
+1
View File
@@ -2,3 +2,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 .routes import routes_handler as routes_handler
from .info import info_handler as info_handler