MibooGram/core/services/groups/models.py

8 lines
149 B
Python
Raw Normal View History

2024-01-16 15:04:41 +00:00
from gram_core.services.groups.models import Group, GroupDataBase, ChatTypeEnum
__all__ = (
"Group",
"GroupDataBase",
"ChatTypeEnum",
)