pub fn register_data_module( _py: Python<'_>, m: &Bound<'_, PyModule>, ) -> PyResult<()>
Register the data sub-module into the parent module m.
data