Skip to content

Commit 1b2d56d

Browse files
committed
added core to init
1 parent 0cfc461 commit 1b2d56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

giskard_vision/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from . import image_classification, landmark_detection, object_detection
1+
from . import core, image_classification, landmark_detection, object_detection
22
from .core.scanner import scan
33

4-
__all__ = ["scan", "landmark_detection", "image_classification", "object_detection"]
4+
__all__ = ["scan", "core", "landmark_detection", "image_classification", "object_detection"]

0 commit comments

Comments
 (0)