dev
Documentation icon Module documentation
[create]

The documentation for this module is missing. Click here to create it.

local p = {}

p["yes, it works"] = function()
    return "lolwat"
end

return p