1
0
pretty/init.lua
takunomi-build-bot a0bd52ccfb
Some checks failed
LÖVE/Lua Library / Test (push) Failing after 6s
LÖVE/Lua Library / Static-Analysis (push) Failing after 4s
🤖 Bumped version to 0.5.4
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 21:07:50 +02:00

13 lines
389 B
Lua

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