Files
operating-room-monitor-server/backend/app/baked/__init__.py

6 lines
184 B
Python
Raw Normal View History

2026-05-21 15:48:03 +08:00
"""编译进代码的默认参数(非部署差异);见 `algorithm` 与 `pipeline` 子模块。"""
from app.baked import algorithm, pipeline
__all__ = ["algorithm", "pipeline"]