gateway_instance = None def set_gateway_instance(instance): global gateway_instance gateway_instance = instance def get_gateway_instance(): return gateway_instance