summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorLukas Metzger2020-06-10 20:43:25 +0200
committerLukas Metzger2020-06-10 20:43:25 +0200
commit8421aa6a31b8b41a203b4550c0bc01cc3629f68b (patch)
treefb7953e192d42743677b477af5cecf16e52e6923 /app.py
parentMoved import files to subfolder (diff)
parentAdded minimal date for locations, machines and vms (diff)
downloadbwlp-statistics-8421aa6a31b8b41a203b4550c0bc01cc3629f68b.tar.gz
bwlp-statistics-8421aa6a31b8b41a203b4550c0bc01cc3629f68b.tar.xz
bwlp-statistics-8421aa6a31b8b41a203b4550c0bc01cc3629f68b.zip
Merge remote-tracking branch 'dash/master'
Diffstat (limited to 'app.py')
-rw-r--r--app.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/app.py b/app.py
new file mode 100644
index 0000000..68f8c47
--- /dev/null
+++ b/app.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python3
+
+import dash
+
+app = dash.Dash(__name__, suppress_callback_exceptions=True)
+server = app.server