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

1"""GuardProtocol protocols for web middleware.""" 

2 

3from __future__ import annotations 

4 

5from lexigram.contracts.web.middleware import GuardProtocol 

6 

7__all__ = ["GuardProtocol"]