haesleinhuepf / napari-process-points-and-surfaces

Process and analyze surfaces using vedo in napari.
BSD 3-Clause "New" or "Revised" License
21 stars 4 forks source link

Move functions out of ´__init__.py´ #80

Open jo-mueller opened 1 year ago

jo-mueller commented 1 year ago

It would be cleaner to have the bulk of functions outside of the __init__.py file. Low priority, really only about codestyle.