mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
7 lines
No EOL
167 B
Python
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 |