mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
9 lines
58 B
Lua
9 lines
58 B
Lua
local M = {}
|
|
|
|
|
|
function M.setup_page(self)
|
|
end
|
|
|
|
|
|
return M
|