The pattern ```python if isleconfig.verbose: print("...") ``` could be replaced with ```python logging.info("...") ``` and is a standard practice.