mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 18:10:37 +08:00
6 lines
143 B
Python
6 lines
143 B
Python
"""旧版 ``astrbot.api.star.context`` 导入路径兼容入口。"""
|
|
|
|
from astrbot_sdk.api.star.context import Context
|
|
|
|
__all__ = ["Context"]
|