summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorLukas Metzger2020-05-22 18:43:17 +0200
committerLukas Metzger2020-05-22 18:43:17 +0200
commitfcc360620163d005986bb20e6792c7d8f71e7a3a (patch)
tree89b10d6078447ec570e05423088287b817609e5d /app.py
downloadbwlp-statistics-fcc360620163d005986bb20e6792c7d8f71e7a3a.tar.gz
bwlp-statistics-fcc360620163d005986bb20e6792c7d8f71e7a3a.tar.xz
bwlp-statistics-fcc360620163d005986bb20e6792c7d8f71e7a3a.zip
First version
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