Skip to content

Commit

Permalink
Major code overhaul, moved code to separate class
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoitink committed Nov 7, 2023
1 parent 24d93a7 commit 8a20f5f
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 160 deletions.
4 changes: 2 additions & 2 deletions src/napari_trackpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from ._version import version as __version__
except ImportError:
__version__ = "unknown"
from ._widget import xyz_particle_tracking_settings_widget
from ._widget import XYZWidget

__all__ = [
"xyz_particle_tracking_settings_widget",
"XYZWidget",
]
Loading

0 comments on commit 8a20f5f

Please sign in to comment.