All imports are currently handled by __init__.py in Tools, and from Tools import * is used at the top of all files. This PR attempts to rework package imports by including only what is needed for each file.
This PR is ready for review once the following are addressed:
[ ] Consider how __init__.py can still be utilised.
All imports are currently handled by
__init__.py
inTools
, andfrom Tools import *
is used at the top of all files. This PR attempts to rework package imports by including only what is needed for each file.This PR is ready for review once the following are addressed:
__init__.py
can still be utilised.Fixes #43