Files
AstrBot/src-new/astrbot/api/components/__init__.py
2026-03-13 15:01:42 +08:00

6 lines
165 B
Python

"""旧版 ``astrbot.api.components`` 导入路径兼容入口。"""
from astrbot_sdk.api.components.command import CommandComponent
__all__ = ["CommandComponent"]