--[[ Copyright (c) 2012-2013 Kaarle Ritvanen See LICENSE file for license details --]] module(..., package.seeall) backend = require('acf.object').class() function backend:get(path, tpe) if #path == 0 then return {} end end function backend:set(mods) end