예제 #1
0
 def all(self):
     return WorkerResource.all()
예제 #2
0
 def total_workers(self):
     return str(len(WorkerResource.all()))