750a93a1aa
但仍然使用其对 OneBot 的数据格式封装。
4 lines
191 B
Python
4 lines
191 B
Python
from .plugin import Plugin, RegisteredPlugin, PluginMetadata
|
|
from .plugin_manager import PluginManager
|
|
from .context import CommandMetadata, Context
|
|
from astrbot.core.provider import Provider |