The dev instance is missing the company property. What line do we need to add to the Developer subclass?
dev
company
Developer
super().__init__(company);
self.company = company;
Make sure to pick super().__init__(company);.