mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 18:10:37 +08:00
4 lines
141 B
Python
4 lines
141 B
Python
"""旧版 ``astrbot.core.message.components`` 导入路径兼容入口。"""
|
|
|
|
from astrbot_sdk.api.message.components import * # noqa: F403
|