26e2a5eac4fe41898e187e359db6f56266a02209
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 PlayingScreen
21 home
.connect(QUIT
, app
.quit
)
25 playingScreen
= PlayingScreen()