#!/usr/bin/python class Worker(object): def work(self, arg): pass