mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-03 12:27:04 +00:00
6 lines
77 B
Python
6 lines
77 B
Python
![]() |
from typing import Dict
|
||
|
|
||
|
nsmap: Dict[str, str]
|
||
|
|
||
|
def qn(tag: str) -> str: ...
|