Ejemplo n.º 1
0
 def api_get_groups(self):
     repo = DataRepo(self.dbpath)
     data = repo.get_groups()
     return json.dumps(data)