forked from vbatts/maubot
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
|