def load_az_json()

in neuron-viewer/python/server.py [0:0]


def load_az_json(url):
    with urllib.request.urlopen(url) as f:
        return json.load(f)