Files
OpenMensa-Parser-STW-Potsdam/stw_potsdam/canteen.py
T

6 lines
138 B
Python

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