I have this:
my_object = None; def main(): global my_object; my_object = MyObject(); # do stuff with my_object if __name__ == "__main__": mai