1 # -*- coding: utf-8 -*-
3 lancement de l'application winwii
11 from minwii
.app
import MinWii
14 def main(wiimoteSupport
, fullscreen
) :
16 minwii
= MinWii(wiimoteSupport
=wiimoteSupport
, fullscreen
=fullscreen
)
20 if __name__
== "__main__" :