class Game: def __init__(self, title, rom_path): self.title = title self.rom_path = rom_path
class Game: def __init__(self, title, rom_path): self.title = title self.rom_path = rom_path
class Game: def __init__(self, title, rom_path): self.title = title self.rom_path = rom_path