Ejemplo n.º 1
0
 def __init__(self, name, location, age, aadhar_id, emp_id):
     super().__init__(name, location, age, aadhar_id)
     Catalog.__init__(self)
     self.emp_id = emp_id