ungleich-otp/flaskapp/wsgi.py
2019-06-02 09:00:18 -04:00

4 lines
71 B
Python

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