mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
10 lines
220 B
Python
10 lines
220 B
Python
__all__ = [
|
|
"ArgParser",
|
|
"BooleanArgument",
|
|
"ValueArgument"
|
|
]
|
|
|
|
|
|
from argenta.orchestrator.argparser.entity import ArgParser
|
|
from argenta.orchestrator.argparser.arguments import BooleanArgument, ValueArgument
|