mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-19 20:07:29 +00:00
4 lines
76 B
Python
4 lines
76 B
Python
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
def is_writable(path: str) -> bool: ...
|