class BrainPart(): def __init__(self, host_brain): self._host_brain = host_brain def done(self, obj, context): pass