From cadc5480882080658b51c6a6b7b6efc9bcf23e4e Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn <alex.rubinsteyn@gmail.com> Date: Tue, 19 Apr 2016 14:37:38 -0400 Subject: [PATCH] added back some basic imports into __init__ --- mhcflurry/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mhcflurry/__init__.py b/mhcflurry/__init__.py index e4e5e67a..f38e7ec7 100644 --- a/mhcflurry/__init__.py +++ b/mhcflurry/__init__.py @@ -11,3 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +from .class1_binding_predictor import Class1BindingPredictor +from .predict import predict -- GitLab