This commit is contained in:
2025-10-28 09:38:07 +03:00
parent 7b40fff4c5
commit bc6cb583a7
49 changed files with 588 additions and 123 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
from argenta import Orchestrator, App
from argenta.orchestrator.argparser import BooleanArgument, ArgParser
from argenta import App, Orchestrator
from argenta.orchestrator.argparser import ArgParser, BooleanArgument
arg_parser = ArgParser(processed_args=[BooleanArgument('config')])
orchestrator = Orchestrator(