__init__.py 106 B

12345
  1. """W&B DSPy integration package."""
  2. from .dspy import WandbDSPyCallback
  3. __all__ = ["WandbDSPyCallback"]