如下所示:
# -*- coding: utf-8 -*-
# @Author: xiaodong
# @Date: just hide
# @Last Modified by: xiaodong
# @Last Modified time: just hide
# try:
# from colorama import Fore, Style
# except ImportError:
# class Temp:
# def __getattr__(self, x):
# return ''
# Fore = Style = Temp()
STYLE =