Class A has an attribute of another class B.
Class A(): def __init__(self, b): self.b = b def get_b_secret(self, job_id): x, y = self.b.get_sec