jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
117 Bytes
from typing import Iterator
alphabet: str
def braceexpand(pattern: str, escape: bool = ...) -> Iterator[str]: ...