示例#1
0
 def __init__(self, setor='', empresa=''):
     Contato.__init__(self)
     self.__setor = setor
     self.__empresa = empresa
示例#2
0
 def __init__(self):
     Contato.__init__(self)
示例#3
0
 def __init__(self, parentesco=''):
     Contato.__init__(self)
     self.__parentesco = parentesco