Commit a4364b98 authored by iregon's avatar iregon
Browse files

Namespace read

parent 2eabbcdb
# 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'
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