refiners/typings/gdown/__init__.pyi

2 lines
68 B
Python
Raw Normal View History

def download(id: str, output: str, quiet: bool = False) -> str: ...