mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 17:47:06 +08:00
6 lines
217 B
Python
6 lines
217 B
Python
"""旧版 ``astrbot.api.star`` 导入路径兼容入口。"""
|
|
|
|
from astrbot_sdk.api.star import Context, Star, StarMetadata, StarTools, register
|
|
|
|
__all__ = ["Context", "Star", "StarMetadata", "StarTools", "register"]
|