PaiGram/core/services/channels/services.py

4 lines
105 B
Python
Raw Normal View History

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