"Leveraged growth via strategic business partnerships” self.resources = ["Partner research", “Relationships”, “Dealmaking”] self.structure = “Broker" def execute(self, departments): if Product in departments and Marketing in departments: return ["Lighthouse customer wins", "Leveraged platform integrations"] else: raise ValueError("\_(ツ)_/¯")