mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-07 14:27:19 +00:00
4 lines
83 B
Python
4 lines
83 B
Python
![]() |
from docx.oxml.xmlchemy import BaseOxmlElement
|
||
|
|
||
|
class CT_Tbl(BaseOxmlElement): ...
|