Example #1
0
 def __init__(self):
     ' Set the frequency of the player '
     self.library = Library()
     self.library.scan()
     ' Start the player '
     self.player = FMPlayer()