def run_menu_loop_mode(self): while True: choice = self.prompt_mode() interface_common.map_choice_to_function(self.__menu_map, choice)
def run_menu_loop_tm(self): while True: choice = self.__prompt_time_management() interface_common.map_choice_to_function(self.__menu_map, choice)