#![cfg(feature ="python")]#[pyo3::pymodule]moddownstream_extension{#[pymodule_export]useganesh::python::ganesh;}#[test]fndeclarative_submodule_can_be_reexported_downstream(){// Compilation of the module above is the contract under test. Keeping this as an
// integration test also catches accidental reliance on crate-private items.
}