def start(self): if len(self.options) == 0: return "" if len(self.options) == 1: return self.options[0] return curses.wrapper(self._start)