1 # -*- coding: utf-8 -*-
9 from pgu
.gui
import Desktop
10 from pgu
.gui
import QUIT
11 from widgets
.home
import Home
12 from widgets
.playingscreen
import _PlayingScreenBase
, SongPlayingScreenTest
14 class MinWii(Desktop
):
17 Desktop
.__init
__(self
)
19 playingScreen
= SongPlayingScreenTest()