local module = {} function module.check() return true -- This module should always be loaded end function module.init() end function module.exit() end return module