Exemplo n.º 1
0
def admin_api_totals():
    t = Totals()
    return json.dumps(t.get_all_rows())