Files

7 lines
93 B
Lua

local plugin = {}
function plugin.run()
--berry.ui.notify("hi lmao")
end
return plugin