PamGram/core/services/channels/__init__.py

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

6 lines
121 B
Python
Raw Normal View History

2024-03-10 12:50:32 +00:00
"""CookieService"""
from core.services.channels.services import ChannelAliasService
__all__ = ("ChannelAliasService",)