__init__.pyi 87 B

123456
  1. __all__: list[str] = []
  2. # Functions
  3. def getCacheDirectoryForDownloads() -> str: ...