Example #1
0
def library():
    lib = Spider()
    visit = lib.read_library()
    return jsonify(visit)