File size: 144 Bytes
89b1f42 |
1 2 3 4 5 6 7 |
# Ultralytics YOLO 🚀, AGPL-3.0 license
from .model import SAM
from .predict import Predictor
__all__ = "SAM", "Predictor" # tuple or list
|
89b1f42 |
1 2 3 4 5 6 7 |
# Ultralytics YOLO 🚀, AGPL-3.0 license
from .model import SAM
from .predict import Predictor
__all__ = "SAM", "Predictor" # tuple or list
|