Need to properly scope all imports e.g. `import numpy as _np` Makes it much easier to change the import structure in the future
Need to properly scope all imports
e.g.
import numpy as _npMakes it much easier to change the import structure in the future