Files
video-gen/video-gen-api/app/services/model_pricing/__init__.py
T
2026-07-11 12:48:29 +08:00

8 lines
233 B
Python

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