mirror of
https://github.com/maubot/maubot
synced 2025-08-29 19:00:39 +00:00
3 lines
190 B
Python
3 lines
190 B
Python
from .plugin_base import Plugin
|
|
from .command_spec import CommandSpec, Command, PassiveCommand, Argument
|
|
from .matrix import MaubotMatrixClient as Client, MaubotMessageEvent as MessageEvent
|