def print_highlight()

in scancode/scanCode.py [0:0]


def print_highlight(msg):
    """Print highlighted message to stdout."""
    print(col.cyan(msg))