예제 #1
0
파일: util.py 프로젝트: amoliu/lfd
def yellowprint(msg):
    print colorize.colorize(msg, "yellow", bold=True)
예제 #2
0
def yellowprint(msg):
    print colorize.colorize(msg, "yellow", bold=True)
예제 #3
0
파일: util.py 프로젝트: amoliu/lfd
def redprint(msg):
    print colorize.colorize(msg, "red", bold=True)
예제 #4
0
def redprint(msg):
    print colorize.colorize(msg, "red", bold=True)