8 lines
184 B
Python
8 lines
184 B
Python
"""配置:从环境变量加载。"""
|
|
|
|
from __future__ import annotations
|
|
|
|
from packages.config.settings import Settings, get_settings
|
|
|
|
__all__ = ["Settings", "get_settings"]
|