PamGram/core/services/groups/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
64 B
Python
Raw Normal View History

2024-01-16 15:04:41 +00:00
from .services import GroupService
__all__ = ("GroupService",)