sample_python_pybind.py 83 B

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