mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-05 13:24:44 +00:00
4 lines
83 B
Python
4 lines
83 B
Python
![]() |
from docx.oxml.xmlchemy import BaseOxmlElement
|
||
|
|
||
|
class CT_PPr(BaseOxmlElement): ...
|