SeanezLab / BoMI-StartReact

https://seanezlab.github.io/BoMI-StartReact/
0 stars 0 forks source link

Use proper logging instead of rolling our own #8

Open seasonedfish opened 1 year ago

seasonedfish commented 1 year ago

Python has a built-in logging module that we should use instead of manually defining module-specific _print() functions.

This is good practice, and allows for: