https://github.com/tartley/colorama#initialisation ```python try: from colorama import just_fix_windows_console just_fix_windows_console() except ImportError: pass ```