Files
AstrBot/astrbot/dashboard/__init__.py
T
2025-03-03 13:30:55 +08:00

4 lines
100 B
Python

from .dashboard_lifecycle import AstrBotDashBoardLifecycle
__all__ = ["AstrBotDashBoardLifecycle"]