from __future__ import annotations def avs_path(path: str) -> str: return path.replace("\\", "/").replace('"', '\\"')