aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2021-07-12 03:15:06 +0100
committerMark Powers <mark@marks.kitchen>2021-07-12 03:15:06 +0100
commitc72abd79e4dbfd9b533d75bb00fea1ded9975d95 (patch)
tree6056796286af31ea09d41faf9d6b57308e450ec4 /config.py
parent1edb32ec29ca3c1bf4d1a53215ecb2544aa04a6e (diff)
Add config, weather event, and demo timer event demoing hang up event
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
new file mode 100644
index 0000000..8e1f6c3
--- /dev/null
+++ b/config.py
@@ -0,0 +1,4 @@
+import configparser
+
+config = configparser.ConfigParser()
+config.read('config.ini')