From e1125272110bcdf4c93253461e281805897680ef Mon Sep 17 00:00:00 2001 From: shahules786 Date: Mon, 19 Sep 2022 22:35:46 +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 1971db9..39ae32a 100644 --- a/enhancer/utils/__init__.py +++ b/enhancer/utils/__init__.py @@ -1,2 +1,3 @@ from enhancer.utils.fileprocessor import Fileprocessor -from enhancer.utils.utils import check_files \ No newline at end of file +from enhancer.utils.utils import check_files +from enhancer.utils.io import Audio \ No newline at end of file