import collections KnowledgeBase = collections.namedtuple('KnowledgeBase', [ 'examples', # Language examples 'knowledge', # Knowledge about the world 'trained', ])