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