Ejemplo n.º 1
0
	def __init__(self, *args, **kwargs):
		Worker.__init__(self, *args, **kwargs)
Ejemplo n.º 2
0
	def __init__(self):
		Worker.__init__(self)
		print "Worker B init"