Example #1
0
 def list_users(self):
     return [u.serialize() for u in User.find_all()]