mirror of
https://github.com/maubot/maubot
synced 2025-09-07 04:50:39 +00:00
4 lines
191 B
Python
4 lines
191 B
Python
from .__meta__ import __version__
|
|
from .matrix import MaubotMatrixClient as Client, MaubotMessageEvent as MessageEvent
|
|
from .plugin_base import Plugin
|
|
from .plugin_server import PluginWebApp
|