From 7000fce72fbec34c6f4957a59d4146cc7148ee59 Mon Sep 17 00:00:00 2001 From: Declan Hoare Date: Thu, 16 Apr 2020 22:58:21 +1000 Subject: Initial Release --- myconfig.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 myconfig.py (limited to 'myconfig.py') diff --git a/myconfig.py b/myconfig.py new file mode 100644 index 0000000..2297a26 --- /dev/null +++ b/myconfig.py @@ -0,0 +1,10 @@ +import os +import json + +import mapping + +os.chdir(os.path.dirname(os.path.realpath(__file__))) +with open("config.json") as f: + config = json.load(f) + +mappings = mapping.load_mappings("mappings") -- cgit v1.2.3