mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
11 lines
217 B
Python
11 lines
217 B
Python
from cores.astrbot.types import (
|
|
PluginMetadata,
|
|
RegisteredLLM,
|
|
RegisteredPlugin,
|
|
RegisteredPlatform,
|
|
RegisteredPlugins,
|
|
PluginType,
|
|
GlobalObject,
|
|
AstrMessageEvent,
|
|
CommandResult
|
|
) |