mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 01:55:29 +03:00
7 lines
386 B
Python
7 lines
386 B
Python
from argenta.command.flag.models import Flag as Flag
|
|
from argenta.command.flag.models import Flags as Flags
|
|
from argenta.command.flag.models import InputFlag as InputFlag
|
|
from argenta.command.flag.models import InputFlags as InputFlags
|
|
from argenta.command.flag.models import PossibleValues as PossibleValues
|
|
from argenta.command.flag.models import ValidationStatus as ValidationStatus
|