10 lines
172 B
Python
10 lines
172 B
Python
from .default import DEFAULT_CONFIG, VERSION, DB_PATH
|
|
from .astrbot_config import *
|
|
|
|
__all__ = [
|
|
"DEFAULT_CONFIG",
|
|
"VERSION",
|
|
"DB_PATH",
|
|
"AstrBotConfig",
|
|
]
|