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