projects
/
minwii.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
commit par sécurité.
[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
PlayingScreen
13
14
class
MinWii
(
object
):
15
16
def
__init__
(
self
) :
17
playingScreen
=
PlayingScreen
()
18
playingScreen
.
run
()