#[cfg(test)]
mod adapter_return_type_tests;
pub(crate) mod gen_bindings;
mod gen_stubs;
#[cfg(test)]
mod kwarg_unpack_tests;
#[cfg(test)]
mod plain_function_dataclass_return_conversion_tests;
#[cfg(test)]
mod public_return_type_tests;
mod py_signature;
#[cfg(test)]
mod signature_agreement_tests;
mod template_env;
pub mod trait_bridge;
mod type_map;
pub use gen_bindings::Pyo3Backend;