Coverage for src / lexigram / contracts / mapping / __init__.py: 0%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-08-15 18:57 +0800

1"""Mapping contracts for the Lexigram Framework.""" 

2 

3from __future__ import annotations 

4 

5from lexigram.contracts.mapping.protocols import ObjectMapperProtocol 

6 

7__all__ = ["ObjectMapperProtocol"]