4 lines
76 B
Python
4 lines
76 B
Python
# 初始化配置包
|
|
from .settings import Settings
|
|
|
|
__all__ = ["Settings"] |