small-cuts / src /small_cuts /engine /__init__.py
macayaven's picture
Upload folder using huggingface_hub
24e5b39 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"]