class Tile: def describe(self): print("A path runs through dense jungle. To the north, " "you can see the entrance to a cave.") def action(self, player, do): # Nothing to do here yet. print("Sorry, I don't understand")