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/messengers/__init__.py
kotovalexarian 2ea41e1187 Move messengers to separate module (#3)
Co-authored-by: Alex Kotov <kotovalexarian@gmail.com>
Reviewed-on: #3
2023-01-14 20:27:41 +03:00

3 lines
58 B
Python

from .matrix import Matrix
from .telegram import Telegram