mirror of
https://github.com/mautrix/telegram.git
synced 2026-05-17 07:25:46 +03:00
6 lines
171 B
Python
6 lines
171 B
Python
from .appservice import AppService
|
|
from .errors import MatrixError, MatrixRequestError, IntentError
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "Tulir Asokan <tulir@maunium.net>"
|