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

from __future__ import annotations
from typing import NamedTuple


[docs]class ListStyleProps(NamedTuple): """Internal Properties""" name: str value: str restart: str