Example #1
0
 def _play_song_thread_func(path):
     a = AudioPlayer()
     a.play_song(path)
     return None