-- pretty.init -- In case somebody loads `init.lua`. Just redirects to `pretty.lua`. local _VERSION = '0.5.2' -------------------------------------------------------------------------------- local premodule = (...) if premodule == 'init' then premodule = '' end local pretty = require (premodule .. (premodule ~= '' and '.' or '') .. 'pretty') pretty._VERSION = _VERSION return pretty