diff --git a/haystack/__init__.py b/haystack/__init__.py index e69de29..c2fdbad 100644 --- a/haystack/__init__.py +++ b/haystack/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from core import * \ No newline at end of file