__init__.pyi 78 B

1234567
  1. import typing
  2. # Functions
  3. def getCacheDirectoryForDownloads() -> str: ...