def generate_temp_file_path(extension: str) -> str: return TEMP_PATH_BASE + next(tempfile._RandomNameSequence()) + extension