register_interoperable_class
Returns:
Callable[[InteroperableClass], InteroperableClass]: Decorator function Example:
python @register_interoperable_class("myinterop") class MyInteroperability(Interoperable): <br/> def convert_tool(self, tool: Any) -> Tool: <br/> # implementation ...<br/>
Parameters:
Returns: