small-cuts / src /small_cuts /engine /__init__.py
macayaven's picture
Mid Cuts v2 read-only viewer (Phase 4 deploy)
4c26ee0 verified
Raw
History Blame Contribute Delete
303 Bytes
"""Home-node narration engine — mobile-facing WebSocket session (Team Inference).
Optional install: `uv sync --extra engine`. Nothing in the existing app path
imports this package, so the Space/UI keep working without the extra.
"""
from .app import build_engine_app
__all__ = ["build_engine_app"]