sf_segmenter
sf_segmenter copied to clipboard
Note matplotlib is a dependency for the vis module
This PR:
- notes
matplotlib
is an optional dependency to usesf_segmenter.vis
- removes the unnecessary star-imports from the
__init__
file (star imports are generally a bad idea, even more so if the intent is to re-export the names)