Lerndatenbank/lernplattform/wsgi.py

4 lines
71 B
Python

from lernplattform import app
if __name__ == "__main__":
app.run()