Exemplo n.º 1
0
class Game(object):

    def run(self):
        self.game = Escape()
        self.game.start()