Source code for overscaler.overprint

from time import gmtime, strftime
import click

# Print Functions.



    # click.echo(strftime("%Y-%m-%d %H:%M:%S", gmtime()) + " [INFO CLUSTER] Overscaler is " + str(overscaler) + " in this cluster")
    # if overscaler == True:
    #     if rules:
    #         for i in range(len(rules)):
    #             click.echo(strftime("%Y-%m-%d %H:%M:%S", gmtime()) + " [INFO CLUSTER RULES] Rule " + str(i + 1) + ": " + str(
    #                 rules[i]).replace("_", " "))