__init__.py 299 Bytes
Newer Older
Irene Perez Gonzalez's avatar
Irene Perez Gonzalez committed
1 2 3 4 5
 # Following to access the subpackages main modules (or/and functions) directly wihout loops through the full subpackage path
from .schemas import schemas as schemas
from .schemas import code_tables as code_tables
from .tests import tests as tests
from .read import read as read
iregon's avatar
iregon committed
6
__version__ = '1.1'