def ask_input()

in tools/add_module.py [0:0]


def ask_input(msg):
  return input(f"{Fore.YELLOW}ACTION: {Style.RESET_ALL}{msg}")