Coverage for src / lexigram / contracts / monitor / __init__.py: 0%
3 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-08-15 18:57 +0800
« prev ^ index » next coverage.py v7.13.5, created at 2026-08-15 18:57 +0800
1"""Monitor contracts — projection tiers and alert routing primitives."""
3from __future__ import annotations
5from lexigram.contracts.monitor.projection_tier import ProjectionTier
7__all__ = ["ProjectionTier"]