run.py 61 B

12
  1. from ffdnispdb import app
  2. app.run(debug=True, threaded=True)