PaiGram/core/services/channels/models.py

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

4 lines
134 B
Python
Raw Permalink Normal View History

2024-03-10 12:40:26 +00:00
from gram_core.services.channels.models import ChannelAlias, ChannelAliasDataBase
__all__ = ("ChannelAlias", "ChannelAliasDataBase")