How can we improve this code?
self.company = company
super().__init__(company)
extends Employee
new Developer
new Employee
Replace self.company = company with super().__init__(company).