Brain.py 112B

12345
  1. class Brain():
  2. def __init__(self, context, host):
  3. self._context = context
  4. self._host = host