Files
Argenta/argenta/command/flag/__init__.py
T
2025-03-28 13:11:40 +03:00

5 lines
102 B
Python

__all__ = ["Flag", "FlagsGroup"]
from .entity import Flag
from .flags_group.entity import FlagsGroup