diff --git a/modules/paint/config.py b/modules/paint/config.py index 2a63894b6..e8c0a90df 100644 --- a/modules/paint/config.py +++ b/modules/paint/config.py @@ -24,6 +24,9 @@ def get_doc_classes(): "RectAction", "PaintWindow", + + "PaintNode", + "PaintCanvas" ] def get_doc_path():