mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-21 08:31:13 +00:00
c3650d979d
Provide deterministic geometry/time-sync helpers and structured config, error, health, and telemetry primitives for downstream runtime components. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
215 B
Python
6 lines
215 B
Python
"""Runtime configuration helper namespace."""
|
|
|
|
from shared.config.models import RuntimeProfile, readiness_error, validate_runtime_profile
|
|
|
|
__all__ = ["RuntimeProfile", "readiness_error", "validate_runtime_profile"]
|