montyevans

Results 2 issues of montyevans

Fixes https://github.com/Dan-Patterson/numpy_geometry/issues/5 1. The absolute imports in `npg_bool_hlp.py` don't resolve correctly, so I moved them to be relative imports. 2. In `tbx_tools.py`, the line `from npg.npg_overlay import dissolve, merge_` has...

## To repro Import the toolbox into ArcGIS Pro and run any tool. Python will throw import errors of the form: ``` ModuleNotFoundError: No module named `npg_geom_hlp` ```