docker probleme

This commit is contained in:
chk
2026-06-08 21:15:15 +02:00
parent 4358857cf2
commit 094ae5ce68
29 changed files with 4691 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ Zwei Interfaces, gleiche Logik darunter:
GET /v1/config
→ JSON mit joints, confidence, residual_rms, processing_ms
"""
from .pipeline import estimate_from_dir, PipelineResult
from .orchestrator import estimate_from_dir, PipelineResult
__version__ = "1.0.0"
__all__ = ["estimate_from_dir", "PipelineResult", "__version__"]