bioops-twin / bioops /simulation_ui /constants.py
BioOps Team
fix(ui): increase telemetry timer and use relative path for 3d model
9a7fb3c
Raw
History Blame Contribute Delete
319 Bytes
"""UI constants for the BioOps Twin dashboard.
All physics constants, timer intervals, and styling tokens live here
to keep the dashboard and callback modules clean.
"""
from __future__ import annotations
# -- Timer -------------------------------------------------------------------
TIMER_INTERVAL_SEC: float = 2.5