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