We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d942d7 commit ddab3fdCopy full SHA for ddab3fd
ape/__init__.py
@@ -1,3 +1,3 @@
1
-from ape_gemma import *
2
-from ape_llama import *
3
-from ape_mistral import *
+from .ape_gemma import *
+from .ape_llama import *
+from .ape_mistral import *
0 commit comments