Skip to content

Commit 31469f1

Browse files
committed
ENH: Add lut to itkwidgets package __all__
1 parent 50b025c commit 31469f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

itkwidgets/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
'compare',
55
'line_profile',
66
'cm',
7+
'lut',
78
'_jupyter_nbextension_paths']
89

910
from ._version import version_info, __version__
@@ -12,7 +13,7 @@
1213
from .widget_compare import compare
1314
from .widget_checkerboard import checkerboard
1415
from .widget_line_profiler import line_profile
15-
from . import cm
16+
from . import cm, lut
1617

1718

1819
def _jupyter_nbextension_paths():

0 commit comments

Comments
 (0)