register_python_bindings

Function register_python_bindings 

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

Register the pytokio Python bindings into the given module.

This wires up the exported pyclasses (PythonTask, Shared) and module-level functions used by the Monarch Python layer.