pub fn infrastructure(_: Python<'_>, m: &Bound<'_, PyModule>) -> PyResult<()>
Expand description
Python module initializer for the infrastructure
package.
§Errors
Returns a PyErr
if the module initialization fails, e.g., when adding classes to the module.