mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-17 02:53:38 +00:00
5 lines
117 B
Python
5 lines
117 B
Python
from docx.oxml.xmlchemy import BaseOxmlElement
|
|
|
|
class CT_Tc(BaseOxmlElement): ...
|
|
class CT_Tbl(BaseOxmlElement): ...
|