import sys

if sys.platform == "win32":
    libs_path: str
    vcomp140_dll_filename: str
    msvcp140_dll_filename: str
