From d6b140904259059f1865569f70f8eefeab45b2bc Mon Sep 17 00:00:00 2001 From: TooMuchFun Date: Sun, 26 Jan 2020 05:50:37 -0800 Subject: [PATCH] fix io not imported --- core/cv2ex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/cv2ex.py b/core/cv2ex.py index beb38e9..0fda461 100644 --- a/core/cv2ex.py +++ b/core/cv2ex.py @@ -1,6 +1,7 @@ import cv2 import numpy as np from pathlib import Path +from core.interact import interact as io import traceback #allows to open non-english characters path