11 lines
304 B
Python
11 lines
304 B
Python
# version: v1
|
|
"""Pulse Room — Phase 1 foundation.
|
|
|
|
Reads cached cones/bands JSONs, builds a pulse snapshot,
|
|
serves REST endpoints for the React Pulse Room UI.
|
|
|
|
See docs/specs/2026-05-04-pulse-room-design.md for full design.
|
|
"""
|
|
|
|
# Re-exports added as submodules land. Until then this package is empty.
|