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