mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 02:00:09 +08:00
8 lines
263 B
Python
8 lines
263 B
Python
"""过渡期 ``astrbot_sdk.api.basic`` compat facade。"""
|
|
|
|
from .astrbot_config import AstrBotConfig
|
|
from .conversation_mgr import BaseConversationManager
|
|
from .entities import Conversation
|
|
|
|
__all__ = ["AstrBotConfig", "BaseConversationManager", "Conversation"]
|