_file_system.pyi 103 B

1234
  1. from typing import List
  2. def pycryptodome_filename(dir_comps: List[str], filename: str) -> str: ...