Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kalen Michael <kalenmike@gmail.com>
This commit is contained in:
Glenn Jocher 2023-01-09 23:22:33 +01:00 committed by GitHub
parent 6feba17760
commit 422c49d439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
97 changed files with 224 additions and 757 deletions

View file

@ -1,6 +1,9 @@
__version__ = "8.0.0.dev0"
# Ultralytics YOLO 🚀, GPL-3.0 license
__version__ = "8.0.0"
from ultralytics.hub import checks
from ultralytics.yolo.engine.model import YOLO
from ultralytics.yolo.utils import ops
__all__ = ["__version__", "YOLO", "hub"] # allow simpler import
__all__ = ["__version__", "YOLO", "hub", "checks"] # allow simpler import