mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-17 01:49:15 +08:00
10 lines
243 B
Python
10 lines
243 B
Python
"""旧版 ``astrbot.api.util`` 导入路径兼容入口。"""
|
|
|
|
from astrbot.core.utils.session_waiter import (
|
|
SessionController,
|
|
SessionWaiter,
|
|
session_waiter,
|
|
)
|
|
|
|
__all__ = ["SessionController", "SessionWaiter", "session_waiter"]
|