Quantus
Quantus copied to clipboard
logging instead of print
Description of the problem
- Since the library is getting pretty big, it would be great to have proper logging configured.
- This allows users to customize logs in every way possible, which is supported by logging module.
Description of a solution
- replace
printwith logging module