mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-26 10:30:50 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
![]() |
from __future__ import annotations
|
||
|
|
||
|
from typing import Callable
|
||
|
|
||
|
download: Callable[..., bool]
|