Beispiel #1
0
def getPoliceStation():
    g = Graphs()
    pstations = g.getPstations(request.form['district'])
    return json.dumps(pstations)