déplacement.
[minwii.git] / src / app / minwii.py
1 # -*- coding: utf-8 -*-
2 """
3 l'application winwii
4
5 $Id$
6 $URL$
7 """
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
13
14 class MinWii(object):
15
16 def __init__(self) :
17 playingScreen = SongPlayingScreenTest()
18 playingScreen.run()