2020-02-24 09:34:16 +03:00

9 lines
58 B
Lua

local M = {}
function M.setup_page(self)
end
return M