Gf2ExamplesApi/wsgi.py
2020-07-20 09:01:58 +02:00

6 lines
63 B
Python

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