1. 统一为使用基于pydantic的.env环境变量管理配置
2. 全项目基于loguru进行日志管理
This commit is contained in:
@@ -3,9 +3,6 @@ Report Engine工具模块
|
||||
包含配置管理
|
||||
"""
|
||||
|
||||
from .config import Config, load_config
|
||||
|
||||
__all__ = [
|
||||
"Config",
|
||||
"load_config"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user