This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
"""Streamlined Wizard for dumping games with the INL Retro cartridge dumper""" | |
__author__ = "Stephan Sokolow (deitarion/SSokolow)" | |
__appname__ = "INL Retro Dumping Helper" | |
__version__ = "0.1" | |
__license__ = "MIT" | |
# pylint: disable=bad-builtin |