mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
5 lines
115 B
Python
5 lines
115 B
Python
__all__ = ["Flag", "FlagsGroup"]
|
|
|
|
|
|
from .entity import Flag
|
|
from argenta.command.flag.flags_group import FlagsGroup |