Ensembl/ensembl-hive

View on GitHub
wrappers/python3/eHive/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage

# We take all the interesting classes from both modules, i.e. BaseRunnable and all the exceptions
from eHive.Process import BaseRunnable, CompleteEarlyException, JobFailedException, __version__
from eHive.Params import ParamException, ParamNameException, ParamSubstitutionException, ParamInfiniteLoopException, ParamWarning

__all__ = ['BaseRunnable', 'CompleteEarlyException', 'JobFailedException', 'ParamException', 'ParamNameException', 'ParamSubstitutionException', 'ParamInfiniteLoopException', 'ParamWarning', '__version__']