# -*- encoding: utf-8 -*- from collections import namedtuple Canteen = namedtuple('Canteen', ('key', 'name', 'street', 'city', 'id', 'chash'))