def __init__(self, **kwargs): super(ManageExisting, self).__init__(**kwargs) Clock.schedule_once(lambda dt: self.setup())