from . import get_resource import json def run(): j = json.loads(get_resource("stuff.json")) print(repr(j)) print(j["foo"])