local p = {} p.main = function(frame) local args = frame.args local out = '' -- some code here return out end return p