init.lua 94 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 local _M = {} _M.AppBase = import(".AppBase") _M.ViewBase = import(".ViewBase") return _M