Here is my code
History = namedtuple(\'History\', [\'date\', \'team1\', \'score1\', \'team2\', \'score2\']) class CSVHistoryReader(HistoryReader