"""Compatibility facade for ``instructor.providers.groq.client``.""" from instructor.v2.providers.groq.client import from_groq __all__ = ["from_groq"]