pub fn register_mtc_module(m: &Bound<'_, PyModule>) -> PyResult<()>Expand description
Register all MTC classes into the synta.mtc submodule.
Populate the synta.mtc module with all classes.
m is the pre-created synta.mtc submodule passed in from lib.rs.