此模块的文档可以在模块:Test/doc创建

local p = {}
function p.hello()
    return "Hello World"
end
return p