savakholin's picture
Duplicate from kisa-misa/YOLOv8-real-time
8b7211f
raw
history blame contribute delete
262 Bytes
# Ultralytics YOLO 🚀, GPL-3.0 license
__version__ = "8.0.3"
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