0b7fc29ac4
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com> Co-authored-by: Soulter <905617992@qq.com>
10 lines
172 B
Python
10 lines
172 B
Python
from .astrbot_config import *
|
|
from .default import DB_PATH, DEFAULT_CONFIG, VERSION
|
|
|
|
__all__ = [
|
|
"DB_PATH",
|
|
"DEFAULT_CONFIG",
|
|
"VERSION",
|
|
"AstrBotConfig",
|
|
]
|