7 lines
83 B
Python
7 lines
83 B
Python
"""
|
|
核心模块初始化
|
|
"""
|
|
from .config import settings
|
|
|
|
__all__ = ["settings"]
|