PamGram/core/services/channels/repositories.py

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

4 lines
115 B
Python
Raw Normal View History

2024-03-10 12:50:32 +00:00
from gram_core.services.channels.repositories import ChannelAliasRepository
__all__ = ("ChannelAliasRepository",)