About LaZagna
User Guide
verbose = False [docs] def print_verbose(*args, **kwargs): global verbose if verbose: print(*args, **kwargs)