1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""模型计价服务软包。
|
||||
|
||||
各调用方显式导入 calculator/rule_service/snapshot_service,避免导入纯计算器时
|
||||
提前初始化数据库引擎,降低模块耦合并便于离线测试。
|
||||
"""
|
||||
|
||||
__all__: list[str] = []
|
||||
Reference in New Issue
Block a user