This commit is contained in:
2025-04-14 14:54:17 +03:00
parent a5fdcab862
commit 3ef8707cfa
11 changed files with 185 additions and 89 deletions
+4 -5
View File
@@ -1,9 +1,8 @@
from argenta.app import App
from argenta.app.defaults import PredeterminedMessages
from argenta.app.defaults import PredefinedMessages
from argenta.orchestrator import Orchestrator
app = App(repeat_command_groups=True)
app.add_message_on_startup(PredeterminedMessages.USAGE + '\n\n')
app.run_polling()
orchestrator = Orchestrator()
orchestrator.start_polling(app)