Shorten module paths with new 'nn' dir (#96)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
4fb04be20b
commit
48cffa176e
18 changed files with 141 additions and 147 deletions
|
|
@ -1 +1,5 @@
|
|||
__version__ = "8.0.0.dev0"
|
||||
|
||||
from ultralytics.yolo.engine.model import YOLO
|
||||
|
||||
__all__ = ["__version__", "YOLO"] # allow simpler import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue