mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
4 lines
101 B
Python
4 lines
101 B
Python
from docx.oxml.xmlchemy import BaseOxmlElement
|
|
|
|
class CT_LastRenderedPageBreak(BaseOxmlElement): ...
|