We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd3c3d commit d9f3a35Copy full SHA for d9f3a35
src/scwidgets/__init__.py
@@ -8,27 +8,14 @@
8
9
__all__ = [ # noqa: F405
10
# cue
11
- "CueWidget",
12
- "CheckCueBox",
13
- "CueBox",
14
- "SaveCueBox",
15
- "UpdateCueBox",
16
- "ResetCueButton",
17
- "SaveResetCueButton",
18
- "CheckResetCueButton",
19
- "UpdateResetCueButton",
20
"CueOutput",
21
"CueObject",
22
"CueFigure",
23
# code
24
"CodeInput",
25
"ParameterPanel",
26
# check
27
- "Check",
28
- "CheckResult",
29
- "AssertResult",
30
"CheckRegistry",
31
- "CheckableWidget",
32
"assert_equal",
33
"assert_shape",
34
"assert_numpy_allclose",
@@ -38,6 +25,5 @@
38
# exercise
39
"CodeExercise",
40
"TextExercise",
41
- "ExerciseWidget",
42
"ExerciseRegistry",
43
]
0 commit comments