1 2 3 4 5 6
use pyo3::prelude::*; #[pymodule] pub fn redb(_m: &Bound<'_, PyModule>) -> PyResult<()> { Ok(()) }