This commit is contained in:
2026-07-10 17:09:14 +08:00
parent ad2e40bc67
commit d07cd508ee
54 changed files with 7111 additions and 619 deletions
@@ -0,0 +1,7 @@
"""模型计价服务软包。
各调用方显式导入 calculator/rule_service/snapshot_service,避免导入纯计算器时
提前初始化数据库引擎,降低模块耦合并便于离线测试。
"""
__all__: list[str] = []