add new init command for generate boilerplate in flat or src layout

This commit is contained in:
2026-02-09 14:50:03 +03:00
parent 1211518c40
commit 18a8376469
4 changed files with 114 additions and 7 deletions
+2 -1
View File
@@ -1 +1,2 @@
from .run import run_handler
from .run import run_handler as run_handler
from .init import init_handler as init_handler