__init__.py 238 Bytes
Newer Older
iregon's avatar
iregon committed
1 2 3
# 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
Irene Perez Gonzalez's avatar
Irene Perez Gonzalez committed
4
from .read import read as read
iregon's avatar
iregon committed
5
__version__ = '1.1'