Test / app /wsgi.py
adarshadda's picture
initial commit
b0dd51d
raw
history blame
No virus
64 Bytes
from app import app
if __name__ == '__main__':
app.run()