def __init__(self): self._coach = Coach(self)
def __init__(self): self.queue = [] self._coach = Coach(self)