local p = {}

function p.get()
	return _G.abc
end

function p.set()
	_G.abc = 'abc'
end

return p