python-api/app/wsgi.py
2024-03-04 13:21:10 +01:00

4 lines
71 B
Python

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