示例#1
0
 def __init__(self):
     self._coach = Coach(self)
 def __init__(self):
     self.queue = []
     self._coach = Coach(self)