mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00

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>
7 lines
186 B
Python
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
|