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