Skip to content

Commit

Permalink
update __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
jrussell25 committed Dec 1, 2021
1 parent 600ed2a commit 139b617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dask_regionprops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
__author__ = "John Russell"
__email__ = "[email protected]"

from .regionprops import regionprops, regionprops_df

__all__ = [
"__version__",
"__author__",
"__email__",
"regionprops",
"regionprops_df",
]

0 comments on commit 139b617

Please sign in to comment.