Arrêt du synthé comme il faut lorsqu'on quitte la fenêtre de jeu.
[minwii.git] / src / pgu / gui / pguglobals.py
1 # pguglobals.py - A place to stick global variables that need to be accessed
2 # from other modules. To avoid problems with circular imports
3 # this module should not import any other PGU module.
4
5 # A global reference to the application instance (App class)
6 app = None
7