def print_success()

in scancode/scanCode.py [0:0]


def print_success(msg):
    """Print success message to stdout."""
    print(col.green(msg))