mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-11 02:25:28 +03:00
9 lines
228 B
Python
9 lines
228 B
Python
from argenta.app import App
|
|
from argenta.app.defaults import PredefinedMessages
|
|
from argenta.orchestrator import Orchestrator
|
|
|
|
app = App(repeat_command_groups=True)
|
|
|
|
orchestrator = Orchestrator()
|
|
orchestrator.start_polling(app)
|