dc0e673fd3fa68874a26b56857608dff9fbffbed
[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