class Tile: def describe(self): print("You push through the undergrowth - the path is overgrown but continues on..") def action(self, player, do): # Nothing to do here yet. print("Sorry, I don't understand")