Hi Collin, > If I am remembering how __init__.py works correctly, > we should be able to remove the __copyright__, __author__, and > __license__ definitions from constants.py and the rest of the files.
Yeah, it seems redundant. You will surely find out whether doing so triggers some warnings from pylint, PyCharm, or other tools... Bruno
