mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
docs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from argenta import Orchestrator, App
|
||||
from argenta.orchestrator.argparser import BooleanArgument, ArgParser
|
||||
|
||||
arg_parser = ArgParser(processed_args=[BooleanArgument('config')])
|
||||
orchestrator = Orchestrator(
|
||||
arg_parser=arg_parser,
|
||||
)
|
||||
|
||||
if __name__ == "__main__":
|
||||
orchestrator.start_polling(App())
|
||||
Reference in New Issue
Block a user