Skip to content

Commit

Permalink
Add externally usable classes to init files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Aug 8, 2024
1 parent fe5bed0 commit 9a4d8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/motile_plugin/backend/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .motile_run import MotileRun # noqa
3 changes: 3 additions & 0 deletions src/motile_plugin/widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .motile_widget import MotileWidget # noqa
from .tree_widget import TreeWidget # noqa
from .tracking_view_controller import TrackingViewController # noqa

0 comments on commit 9a4d8ef

Please sign in to comment.