3 lines
81 B
Python
3 lines
81 B
Python
from typing import Union
|
|
|
|
Document_Tokens = dict[str, Union[str, dict[str, str]]] |