- #home = Home(songPath=SONG_FILE_PATH)
- #home.connect(QUIT, app.quit)
- #app.run(home)
- #app.close(home)
+ # sélection de la chanson
+ home = Home(songPath=SONG_FILE_PATH)
+ home.connect(QUIT, app.quit)
+ app.run(home)
+ app.close(home)
+ returnValue = home.returnValue
+ if not returnValue :
+ break