Module documentation
local p = {}

function p.run( frame )
   error("You thought you could run this now, didn't you?")
end

return p