Commit 2c6a34c4 authored by iregon's avatar iregon
Browse files

Adapted to new data_models packages

parent c0251df1
# 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'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment