We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc461 commit 1b2d56dCopy full SHA for 1b2d56d
giskard_vision/__init__.py
@@ -1,4 +1,4 @@
1
-from . import image_classification, landmark_detection, object_detection
+from . import core, image_classification, landmark_detection, object_detection
2
from .core.scanner import scan
3
4
-__all__ = ["scan", "landmark_detection", "image_classification", "object_detection"]
+__all__ = ["scan", "core", "landmark_detection", "image_classification", "object_detection"]
0 commit comments