예제 #1
0
def getAllEmployeesLowRisk():
    # Retrieve all the Employees from the Database
    return jsonify({"employees": Employee.getEmployeesLowRisk(mysql)})