local plugin = {} function plugin.init() berry.ui.notify(tostring(math.random(1,10))) end return plugin