diff --git a/src/scwidgets/__init__.py b/src/scwidgets/__init__.py index 0e22094..1970f02 100644 --- a/src/scwidgets/__init__.py +++ b/src/scwidgets/__init__.py @@ -8,15 +8,6 @@ __all__ = [ # noqa: F405 # cue - "CueWidget", - "CheckCueBox", - "CueBox", - "SaveCueBox", - "UpdateCueBox", - "ResetCueButton", - "SaveResetCueButton", - "CheckResetCueButton", - "UpdateResetCueButton", "CueOutput", "CueObject", "CueFigure", @@ -24,11 +15,7 @@ "CodeInput", "ParameterPanel", # check - "Check", - "CheckResult", - "AssertResult", "CheckRegistry", - "CheckableWidget", "assert_equal", "assert_shape", "assert_numpy_allclose", @@ -38,6 +25,5 @@ # exercise "CodeExercise", "TextExercise", - "ExerciseWidget", "ExerciseRegistry", ]