Exemplo n.º 1
0
 def enter_world(self, player):
     world = World(player)
     world.display_intro()
     world.travel()