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

10 lines
172 B
Python

from .default import DEFAULT_CONFIG, VERSION, DB_PATH
from .astrbot_config import *
__all__ = [
"DEFAULT_CONFIG",
"VERSION",
"DB_PATH",
"AstrBotConfig",
]