Skip to content

Instantly share code, notes, and snippets.

@LoadLow
Created December 14, 2014 22:26
Show Gist options
  • Save LoadLow/ef809bb25e36d2bd0db6 to your computer and use it in GitHub Desktop.
Save LoadLow/ef809bb25e36d2bd0db6 to your computer and use it in GitHub Desktop.
global Application
def main():
#services instances
services = []
Globals.Application = App(AppHandlerImpl(), services)
Globals.Application.start()
pass
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment