sample_python_pybind.py 82 B

1234
  1. #!/usr/bin/env python
  2. import example
  3. print(example.add(1, 2))
  4. print(example.says)