Documentation for this module may be created at Module:Sandbox/op47/test/doc

local p = {}

function p.hello()
	return "Hello op47"
end

return p