mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-17 01:49:15 +08:00
6 lines
173 B
Python
6 lines
173 B
Python
"""旧版 ``astrbot.api.components.command`` 导入路径兼容入口。"""
|
|
|
|
from astrbot_sdk.api.components.command import CommandComponent
|
|
|
|
__all__ = ["CommandComponent"]
|