Source code for ooodev.format.inner.common.props.prop_pair

from __future__ import annotations
from typing import NamedTuple


[docs]class PropPair(NamedTuple): """Internal Properties""" first: str second: str