def build(self): sm = RoboScreenManager(transition=NoTransition()) sm.add_widget(MainScreen(name='main')) return sm