mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-17 09:50:31 +08:00
6 lines
99 B
Python
6 lines
99 B
Python
"""旧版 ``astrbot`` 包名兼容入口。"""
|
|
|
|
from . import api, core
|
|
|
|
__all__ = ["api", "core"]
|