コード例 #1
0
def api_get_data():

    result = business.get_data()

    # result_dict = {

    #     'year'       : year,
    #     'pytorch'    : pytorch,
    #     'tensorFlow' : tensorFlow

    # }

    return jsonify(result)
コード例 #2
0
ファイル: app.py プロジェクト: elakiavm/bootcamp222
def api_get_data():

    result = business.get_data()


    return jsonify(result)