From a4364b987d52697533073fcd606a8c4ddff689df Mon Sep 17 00:00:00 2001 From: perezgonzalez-irene <iregon@noc.ac.uk> Date: Thu, 27 Feb 2020 11:54:05 +0000 Subject: [PATCH] Namespace read --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 739066e..c5beca3 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 .data_models import code_tables from .data_models import schemas -from .read import main as read +from mdf_reader.read import main as read __version__ = '1.1' -- GitLab