Ejemplo n.º 1
0
 def get_move_list(self, line):
     return [Direction.from_symbol(char) for char in line]