OpenMensa parser for STW Potsdam after canteen website redesign

This commit is contained in:
Falco Duersch
2018-09-19 17:15:34 +02:00
commit e0b88bbc87
17 changed files with 5788 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# -*- encoding: utf-8 -*-
from collections import namedtuple
Canteen = namedtuple('Canteen', ('name', 'street', 'city', 'id', 'chash'))