This repository has been archived on 2023-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
MirrorTea/mirrortea/abstract_source_platform/__init__.py

4 lines
79 B
Python
Raw Normal View History

2023-01-10 12:33:52 +00:00
from abstract_source_platform.telegram import Telegram
2023-01-10 00:48:55 +00:00
platforms = [Telegram]