Coverage for src / lexigram / contracts / codegen / __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"""Codegen contracts for Lexigram framework."""
3from __future__ import annotations
5from lexigram.contracts.codegen.protocols import (
6 ScaffoldGeneratorProtocol,
7 TemplateGeneratorProtocol,
8)
10__all__ = [
11 "ScaffoldGeneratorProtocol",
12 "TemplateGeneratorProtocol",
13]