constutils.py
ensure_wine
def ensure_wine(verstr: Optional[str] = None) -> strNo docstring.
scanfolderforversions
def scanfolderforversions(current_version_parts: List[Union[int, None]] = [None, None]) -> List[Union[Optional[List[int]], Optional[str]]]No docstring.
winetricks
def winetricks(command: str, proton_bin: str) -> intNo docstring.
wine
def wine(command: str, proton_bin: str) -> intNo docstring.
troubleshooter
def troubleshooter() -> NoneNo docstring.