local plugin = {} function plugin.init() berry.ui.notify("hiiii") end function plugin.main() end return plugin