mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
8 lines
176 B
Python
8 lines
176 B
Python
from argenta.app import App
|
|
from argenta.orchestrator import Orchestrator
|
|
|
|
app = App(repeat_command_groups=True)
|
|
|
|
orchestrator = Orchestrator()
|
|
orchestrator.start_polling(app)
|