Source code for mdf_reader

# 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 mdf_reader.read import main as read
[docs]__version__ = '1.1'