From 9b6bb4cd348c7676c141c10bec7971d808de5755 Mon Sep 17 00:00:00 2001 From: TooMuchFun <35074156+TooMuchFun@users.noreply.github.com> Date: Sun, 26 Jan 2020 18:56:04 -0800 Subject: [PATCH] fix io not imported (#580) --- 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