This commit is contained in:
2025-02-09 13:41:11 +03:00
parent 8a3f742636
commit dfc3c472ce
4 changed files with 23 additions and 19 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
from pprint import pprint
from tests.mock_default_app.handlers.routers import work_router, settings_router
from argenta.app.entity import App
from art import text2art
app: App = App()
app: App = App(ignore_command_register=False,
line_separate='\n-------------------------------\n')
def main():