binding_properties.py 170 B

123456789101112
  1. from ..tools import load_demo
  2. name = 'binding_properties'
  3. title = 'Binding Properties'
  4. def intro() -> None:
  5. ...
  6. def content() -> None:
  7. load_demo('bindings')