__init__.py 131 B

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