Sentdiario / index.py
thak123's picture
Update index.py
c931497 verified
raw
history blame
99 Bytes
from app import app
server = app.server
if __name__ == '__main__':
app.run_server(debug=True)