From c72abd79e4dbfd9b533d75bb00fea1ded9975d95 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 12 Jul 2021 03:15:06 +0100 Subject: Add config, weather event, and demo timer event demoing hang up event --- config.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.py (limited to 'config.py') 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') -- cgit v1.2.3