Files
OpenMensa-Parser-STW-Potsdam/stw_potsdam/canteen.py
T
2019-01-27 19:18:53 +01:00

7 lines
166 B
Python

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