yolov10/ultralytics/__init__.py
Ayush Chaurasia 8996c5c6cf
[Docs]: Link buttons, add autobackend, BaseModel and ops (#130)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-01-02 20:42:30 +05:30

7 lines
186 B
Python

__version__ = "8.0.0.dev0"
from ultralytics.yolo.engine.model import YOLO
from ultralytics.yolo.utils import ops
__all__ = ["__version__", "YOLO", "hub"] # allow simpler import