Coverage for src\genesis\writer\__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.15.4, created at 2026-08-26 14:20 +0800

1"""writer 包:docx 渲染(T17 原型,OV8)。""" 

2 

3from __future__ import annotations 

4 

5from dataclasses import dataclass, field 

6 

7__all__ = ["Block", "DocxInjector", "DocxInjectError"]