
    6ih                         d Z ddlZdefdZy)z~Backwards compatibility module for instructor.client.

This module provides lazy imports to maintain backwards compatibility.
    Nnamec                     t        j                  d|  dt        d       ddlm} t        ||       rt        ||       S t        dt         d|  d	      )
zALazy import to provide backward compatibility for client imports.zImporting from 'instructor.client' is deprecated and will be removed in v2.0.0. Please update your imports to use 'instructor.core.client.zf' instead:
  from instructor.core.client import Instructor, AsyncInstructor, from_openai, from_litellm   )
stacklevel   )clientzmodule 'z' has no attribute '')	warningswarnDeprecationWarningcorer   hasattrgetattrAttributeError__name__)r   core_clients     \/root/.openclaw/workspace/visionaryfx/venv/lib/python3.12/site-packages/instructor/client.py__getattr__r   	   sg    MMEEIF Kf	f 	 , {D!{D))
8H:-A$qI
JJ    )__doc__r
   strr    r   r   <module>r      s   
 Kc Kr   