Exemplo n.º 1
0
def latest(n):
    return Feedback.all().fetch(n)
Exemplo n.º 2
0
def latest(n):
    return Feedback.all().fetch(n)