import_class¶ unike.utils.import_class(module_and_class_name: str) → type[源代码]¶ 从模块中导入类。 参数: module_and_class_name (str) – 模块和类名,如 unike.module.model.TransE 。 返回: 类名 返回类型: type