diff --git a/IPython/html/widgets/__init__.py b/IPython/html/widgets/__init__.py index 58dd147..05ce809 100644 --- a/IPython/html/widgets/__init__.py +++ b/IPython/html/widgets/__init__.py @@ -1 +1,7 @@ -from widget import Widget \ No newline at end of file +from widget import Widget + +from container import ContainerWidget +from float_range import FloatRangeWidget +from int_range import IntRangeWidget +from selection import SelectionWidget +from string import StringWidget