Files
Igor20264 516abe7b83
Python application / build (push) Has been cancelled
BigUpdate
2026-09-03 10:44:08 +03:00

9 lines
167 B
Python

from dataclasses import dataclass
from docx.shared import Parented, Length
@dataclass(frozen=True)
class RenderedInfo:
docx_element: Parented
height: Length