Example #1
0
 def run_menu_loop_mode(self):
     while True:
         choice = self.prompt_mode()
         interface_common.map_choice_to_function(self.__menu_map, choice)
Example #2
0
 def run_menu_loop_tm(self):
     while True:
         choice = self.__prompt_time_management()
         interface_common.map_choice_to_function(self.__menu_map, choice)