Exemplo n.º 1
0
 def __init__(self):
     EventPlugin.__init__(self)
     AutoQueueBase.__init__(self, Player())
     self._generators = deque()
Exemplo n.º 2
0
 def __init__(self, songs=None, library=None):
     SongsMenuPlugin.__init__(self, songs, library)
     EventPlugin.__init__(self)
Exemplo n.º 3
0
 def __init__(self):
     EventPlugin.__init__(self)
     AutoQueueBase.__init__(self, Player())
     self._generators = deque()