Atlas-Install/source/Game/convert_to.py

7 lines
No EOL
167 B
Python

def convert_to(self, format: str = "FST"):
"""
:param format: game format (ISO, WBFS, ...)
:return: converted game path
"""
# TODO: code this function