PamGram/core/services/groups/__init__.py
2024-01-16 23:06:03 +08:00

4 lines
64 B
Python

from .services import GroupService
__all__ = ("GroupService",)