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

6 lines
85 B
Python

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