mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
6 lines
115 B
Python
6 lines
115 B
Python
from app import app
|
|
import config
|
|
|
|
app.run(host='0.0.0.0', port=int(config.PANORAMIX_WEBSERVER_PORT), debug=True)
|
|
|