Coverage for src / lexigram / contracts / web / middleware / guards.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"""GuardProtocol protocols for web middleware."""
3from __future__ import annotations
5from lexigram.contracts.web.middleware import GuardProtocol
7__all__ = ["GuardProtocol"]