mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-24 14:44:21 +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>
5 lines
99 B
Python
5 lines
99 B
Python
from .rtdetr import RTDETR
|
|
from .sam import SAM
|
|
|
|
__all__ = 'RTDETR', 'SAM' # allow simpler import
|