It will make it easier for users to search the code base for baseclasses if the files have easily searchable file name. Right now we have _baseclasses.py, _baseclass.py and _base.py. Seems like a relatively easy fix to pick one and use that across the code base.
It will make it easier for users to search the code base for baseclasses if the files have easily searchable file name. Right now we have
_baseclasses.py,_baseclass.pyand_base.py. Seems like a relatively easy fix to pick one and use that across the code base.