mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
5 lines
132 B
Python
5 lines
132 B
Python
__all__ = ('InputFlags', 'InputFlag', 'Flag', 'Flags')
|
|
|
|
|
|
from argenta.command.flag.models import InputFlags, InputFlag, Flags, Flag
|