Beispiel #1
0
 def get_all(self):
     groups = Group.query.all()
     return Group.json_list(groups)