"""crystal_engine — evidence-based sports audience estimation.
Pure library: (schedule, reference data) -> (estimates, intervals, provenance).
No web framework, no global state. See pipeline.run_pipeline for the worker hook."""
from .pipeline import run_pipeline  # noqa: F401
