run.py 76 B

1234
  1. from superset import app
  2. app.run(host="0.0.0.0", port=8080, debug=True)