mirror of
https://github.com/maubot/maubot
synced 2025-08-29 13:20:39 +00:00
3 lines
157 B
Python
3 lines
157 B
Python
from .plugin_base import Plugin
|
|
from .plugin_server import PluginWebApp
|
|
from .matrix import MaubotMatrixClient as Client, MaubotMessageEvent as MessageEvent
|