require "core"

local gateway = core.get_gateway()
if gateway == nil then
    print("fail to get a gateway")
end