Exemplo n.º 1
0
 def all(self):
     return WorkerResource.all()
Exemplo n.º 2
0
 def total_workers(self):
     return str(len(WorkerResource.all()))