VTuberAI / src /utils /helpers /path.py
Saidie000's picture
Upload 90 files
1905805 verified
raw
history blame contribute delete
93 Bytes
def portable_path(target_path: str):
return target_path.encode('unicode_escape').decode()