5 lines
105 B
Python
5 lines
105 B
Python
"""兼容导出:请优先使用 config 包"""
|
|
|
|
from config.settings import Config
|
|
|
|
__all__ = ["Config"] |