Python bindings entrypoint
The real PyO3 bindings live in bindings.rs and are only compiled when
the python-bindings feature is enabled. Without that feature, we build a
stub so cargo test --workspace can run on hosts without a Python toolchain.