File size: 88 Bytes
045d34f
 
 
 
 
 
1
2
3
4
5
6
    # run.py

from app import app

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