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