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
|