Skip to content

Commit

Permalink
added core to init
Browse files Browse the repository at this point in the history
  • Loading branch information
rabah-khalek committed Aug 19, 2024
1 parent 0cfc461 commit 1b2d56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions giskard_vision/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import image_classification, landmark_detection, object_detection
from . import core, image_classification, landmark_detection, object_detection
from .core.scanner import scan

__all__ = ["scan", "landmark_detection", "image_classification", "object_detection"]
__all__ = ["scan", "core", "landmark_detection", "image_classification", "object_detection"]

0 comments on commit 1b2d56d

Please sign in to comment.