dashboard-test / wsgi.py
mijtsma3's picture
Create wsgi.py
5f7d32c verified
raw
history blame contribute delete
61 Bytes
from app import app
if __name__ == "__main__":
app.run()