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

from __future__ import annotations
from typing import NamedTuple


[docs]class ImageRotationProps(NamedTuple): """Internal Properties""" rotation: str