8 lines
70 B
Lua
8 lines
70 B
Lua
|
local M = {}
|
||
|
|
||
|
function M.setup()
|
||
|
-- Setup goes here
|
||
|
end
|
||
|
|
||
|
return M
|