Documentation for this module may be created at Module:Sandbox/Liam987/Test1/doc

local r = {}
function r.hello(frame)
 return 'Hello'
end
return r