diff --git a/__init__.py b/__init__.py
index cfe9fec48c5c08ab491f6e579714e3693cf3370a..739066e133e7d7b59489cf3ff81ea5a5970e364a 100755
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
 # Following to access the subpackages main modules (or/and functions) directly wihout loops through the full subpackage path
-from .schemas import code_tables
-from .schemas import schemas
-from .read import read as read
+from .data_models import code_tables
+from .data_models import schemas
+from .read import main as read
 __version__ = '1.1'