BrainPart.py 141B

1234567
  1. class BrainPart():
  2. def __init__(self, host_brain):
  3. self._host_brain = host_brain
  4. def done(self, obj, context):
  5. pass