Reviewed-on: #1 Co-authored-by: Tomas Mirchev <contact@tomastm.com> Co-committed-by: Tomas Mirchev <contact@tomastm.com>
8 lines
57 B
Lua
8 lines
57 B
Lua
local M = {}
|
|
|
|
function M.get(C)
|
|
return {}
|
|
end
|
|
|
|
return M
|