U
    Íø.eG  ã                   @  sD   d Z ddlmZ ddlmZ ddlmZmZ efdddœdd	„Zd
S )zUUID utilities.é    )Úannotations)ÚCallable)ÚUUIDÚuuid4zCallable[[], UUID]Ústr)Ú_uuidÚreturnc                 C  s
   t | ƒ ƒS )z{Generate unique id in UUID4 format.

    See Also
    --------
        For now this is provided by :func:`uuid.uuid4`.
    )r   )r   © r	   ú4/tmp/pip-unpacked-wheel-48hrr5dg/kombu/utils/uuid.pyÚuuid   s    r   N)Ú__doc__Ú
__future__r   Útypingr   r   r   r   r	   r	   r	   r
   Ú<module>   s   