モジュールの解説[作成]
local p = {}
	function p.main(frame)
		return ''
	end
	
	function p.test(frame)
		return 'tested'
	end
return p