register_python_bindings

Function register_python_bindings 

Source
pub fn register_python_bindings(module: &Bound<'_, PyModule>) -> PyResult<()>
Expand description

Register the Python-facing types for this module.

pyo3 calls this when building monarch._rust_bindings.... We expose LoggingMeshClient so that Python can construct it and call its methods (spawn, set_mode, flush, …).