Files
gps-denied-onboard/src/shared/config/__init__.py
T
Oleksandr Bezdieniezhnykh c3650d979d [AZ-221] [AZ-222] Add shared runtime helpers
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>
2026-05-03 14:01:04 +03:00

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"]