From 21b837b48f601621e3445319110d447b4565e72a Mon Sep 17 00:00:00 2001 From: shahules786 Date: Mon, 5 Sep 2022 15:49:20 +0530 Subject: [PATCH] relative imports --- enhancer/utils/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enhancer/utils/__init__.py b/enhancer/utils/__init__.py index 3d9d78a..1971db9 100644 --- a/enhancer/utils/__init__.py +++ b/enhancer/utils/__init__.py @@ -1 +1,2 @@ -from enhancer.utils.fileprocessor import Fileprocessor \ No newline at end of file +from enhancer.utils.fileprocessor import Fileprocessor +from enhancer.utils.utils import check_files \ No newline at end of file