local p = {} --p stands for package function p.hello( frame ) if frame.args.pomme == nil then return "yes" end end return p