Files
AstrBot/astrbot/cli/utils/__init__.py
T
2025-05-06 00:53:00 +08:00

4 lines
143 B
Python

from basic import get_astrbot_root,check_astrbot_root,check_dashboard
__all__ = ["get_astrbot_root", "check_astrbot_root", "check_dashboard"]