work on v0.3.0

This commit is contained in:
2025-02-13 23:26:01 +03:00
parent 250704fc88
commit ebfd5a80b3
16 changed files with 101 additions and 29 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def main():
app.set_description_message_pattern('[bold red][{command}][/bold red] [blue]*=*=*[/blue] [bold yellow italic]{description}')
app.start_polling()
#app.start_polling()
if __name__ == "__main__":
main()
-1
View File
@@ -1,7 +1,6 @@
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(ignore_command_register=False,