File size: 172 Bytes
8ede856
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from .astrbot_config import *
from .default import DB_PATH, DEFAULT_CONFIG, VERSION

__all__ = [
    "DB_PATH",
    "DEFAULT_CONFIG",
    "VERSION",
    "AstrBotConfig",
]