6 lines
107 B
Python
6 lines
107 B
Python
from pkg.dash.app_init import app
|
|
|
|
# Run the app
|
|
if __name__ == '__main__':
|
|
app.run_server(debug=True)
|