p = {}

function p.main(frame)
	return frame:preprocess(frame.args[1])
end

return p