
    j                          d Z ddlZeZd Zy)zF
Internal unified UUID helper.

Always uses fastuuid for performance.
    Nc                  *    t         j                         S )z*Return a UUID4 using the selected backend.)uuiduuid4     f/Users/manta/Documents/Projects/TheRoad-I1/backend/.venv/lib/python3.12/site-packages/litellm/_uuid.pyr   r      s    ::<r   )__doc__fastuuid_uuidr   r   r   r   r   <module>r      s     r   