Skip to content

Commit 186ab93

Browse files
committed
Cleanup extending docs example
1 parent be116d1 commit 186ab93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/extending.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Python::
4444
import pythreejs
4545

4646
class CubicLattice(pythreejs.Blackbox):
47+
_model_name: traitlets.Unicode('CubicLatticeModel').tag(sync=True)
4748
_model_module = traitlets.Unicode('my_module_name').tag(sync=True)
4849

4950
basis = traitlets.List(

0 commit comments

Comments
 (0)