Skip to content

Commit c03eb4c

Browse files
committed
Ensure ThreeWidget available in wrappers
1 parent 8251233 commit c03eb4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/scripts/templates/py_wrapper.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ from traitlets import (
66
Tuple, List, Dict, Float, CFloat, Bool, Union, Any,
77
)
88

9+
from {{ py_base_relative_path }}_base.Three import ThreeWidget
910
from {{ py_base_relative_path }}enums import *
1011
from {{ py_base_relative_path }}traits import *
1112

0 commit comments

Comments
 (0)