4G_module/tools/utils/python3/Crypto/Util/_file_system.pyi

4 lines
100 B
Python
Raw Normal View History

2024-09-02 17:54:29 +08:00
from typing import List
def pycryptodome_filename(dir_comps: List[str], filename: str) -> str: ...