yolov10/ultralytics/__init__.py
Glenn Jocher 3861e6c82a
ultralytics 8.0.49 task, exports and metadata updates (#1197)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mehran Ghandehari <mehran.maps@gmail.com>
Co-authored-by: Paul Guerrie <97041392+paulguerrie@users.noreply.github.com>
2023-03-01 21:16:09 -08:00

9 lines
251 B
Python

# Ultralytics YOLO 🚀, GPL-3.0 license
__version__ = '8.0.49'
from ultralytics.yolo.engine.model import YOLO
from ultralytics.yolo.utils.checks import check_yolo as checks
__all__ = '__version__', 'YOLO', 'checks' # allow simpler import