Files
AstrBot/util/plugin_dev/api/v1/bot.py
2024-05-19 12:46:07 +08:00

5 lines
264 B
Python

from type.plugin import PluginMetadata, PluginType
from type.register import RegisteredLLM, RegisteredPlatform, RegisteredPlugin, RegisteredPlugins
from type.types import GlobalObject
from type.message import AstrMessageEvent
from type.command import CommandResult