yolov10/ultralytics/__init__.py
Glenn Jocher 6e9645a603
PIL .get_size() deprecation fix (#302)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-12 17:43:25 +01:00

10 lines
271 B
Python

# Ultralytics YOLO 🚀, GPL-3.0 license
__version__ = "8.0.5"
from ultralytics.hub import checks
from ultralytics.yolo.engine.model import YOLO
from ultralytics.yolo.utils import ops
__all__ = ["__version__", "YOLO", "hub", "checks"] # allow simpler import