From fa9a04b06a7c6f62979c506b9999abf6b2eb8208 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 10 Mar 2019 13:46:08 -0400 Subject: First public version. --- demo1/bar.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 demo1/bar.py (limited to 'demo1/bar.py') diff --git a/demo1/bar.py b/demo1/bar.py new file mode 100644 index 0000000..3a0992e --- /dev/null +++ b/demo1/bar.py @@ -0,0 +1,7 @@ +from . import get_resource +import json + +def run(): + j = json.loads(get_resource("stuff.json")) + print(repr(j)) + print(j["foo"]) -- cgit v1.2.3