diff --git a/sphinx_lesson/exerciselist.py b/sphinx_lesson/exerciselist.py index 7de7c18..232d6f3 100644 --- a/sphinx_lesson/exerciselist.py +++ b/sphinx_lesson/exerciselist.py @@ -23,6 +23,8 @@ class exerciselist(nodes.General, nodes.Element): Gets replaced with contents in the second pass. """ + include_classes = frozenset() + exclude_classes = frozenset() def __init__(self, *args, include_classes=DEFAULT_EXERCISELIST_CLASSES, exclude_classes=DEFAULT_EXERCISELIST_CLASSES_EXCLUDE):