mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-23 05: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
166 B
Python
6 lines
166 B
Python
"""Structured telemetry and health metadata namespace."""
|
|
|
|
from shared.telemetry.models import HealthEvent, MetricsLabels
|
|
|
|
__all__ = ["HealthEvent", "MetricsLabels"]
|