__init__.py 256 Bytes EditWeb IDE 1 2 3 4 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 mdf_reader.read import main as read __version__ = '1.1'