From 37db66d6e8916faa85cae68667c4bf55234d92a2 Mon Sep 17 00:00:00 2001 From: "junjie.jiangjjj" Date: Fri, 8 Jul 2022 17:10:40 +0800 Subject: [PATCH] update --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index eec8e9c..5b226f6 100644 --- a/__init__.py +++ b/__init__.py @@ -16,5 +16,5 @@ from .image_decode_cv2 import ImageDecoder # The factory method -def test_cv2(): +def cv2_rgb(): return ImageDecoder()