ultralytics-ascend/ultralytics/models/yolo/world/__init__.py
Paula Derrenger deb87d8ce3
Standardize license headers in Python files (#18696)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2025-01-15 15:36:11 +01:00

5 lines
131 B
Python

# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
from .train import WorldTrainer
__all__ = ["WorldTrainer"]