mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-16 21:45:54 +00:00
4 lines
76 B
Python
4 lines
76 B
Python
![]() |
from __future__ import annotations
|
||
|
|
||
|
def is_writable(path: str) -> bool: ...
|