mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 09:40:30 +08:00
8 lines
136 B
Python
8 lines
136 B
Python
"""旧版 ``astrbot`` 包名兼容入口。"""
|
|
|
|
from loguru import logger
|
|
|
|
from . import api, core
|
|
|
|
__all__ = ["api", "core", "logger"]
|