Files
OpenMensa-Parsers/stw_potsdam/__main__.py
T

5 lines
59 B
Python

# -*- encoding: utf-8 -*-
from views import app
app.run()