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>"
|