Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / simulator / pgu-0.18 / pgu / gui / pguglobals.py
1 """Contains the global reference to the PGU application."""
2
3 # pguglobals.py - A place to stick global variables that need to be accessed
4 #                 from other modules. To avoid problems with circular imports
5 #                 this module should not import any other PGU module.
6
7 # A global reference to the application instance (App class)
8 app = None
9

UCC git Repository :: git.ucc.asn.au