Exemplo n.º 1
0
def getBooksName():

    algorithm = Algorithm()
    data = algorithm.booksData()

    return jsonify(data=data)