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

6 lines
99 B
Python

"""旧版 ``astrbot`` 包名兼容入口。"""
from . import api, core
__all__ = ["api", "core"]