mirror of
https://github.com/notwa/lips
synced 2024-11-14 09:09:02 -08:00
3 lines
84 B
Lua
3 lines
84 B
Lua
|
local path = string.gsub(..., "%.init$", "").."."
|
||
|
return require(path.."lips.init")
|