Ejemplo n.º 1
0
	def __init__(self, iq=150):
		Employee.__init__(self, "Poindexter")
		self.iq = iq
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     Employee.__init__(self, *args, **kwargs)
     self.skills = []