Open ncoghlan opened 3 months ago
Library code currently still prints directly to console. This should be replaced with use of the logging module (or a third party logging module) and setting up logging in the CLI code.
logging
Library code currently still prints directly to console. This should be replaced with use of the
logging
module (or a third party logging module) and setting up logging in the CLI code.