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