8 lines
233 B
Python
8 lines
233 B
Python
"""模型计价服务软包。
|
|
|
|
各调用方显式导入 calculator/rule_service/snapshot_service,避免导入纯计算器时
|
|
提前初始化数据库引擎,降低模块耦合并便于离线测试。
|
|
"""
|
|
|
|
__all__: list[str] = []
|