InteroperableRegistry()
get_instance() -> InteroperableRegistry
get_class(self, short_name: str) -> type[Interoperable]
short_name
get_short_names(self) -> list[str]
get_supported_types(self) -> list[str]
register( self, short_name: str, cls: ~InteroperableClass ) -> ~InteroperableClass
cls