§
    ùìNgD  ã                  óh   — U d Z ddlmZ dZded<   dZded<   dZded	<   dd
lmZm	Z	m
Z
mZ g d¢Zd„ ZdS )z
rapid string matching library
é    )ÚannotationszMax BachmannÚstrÚ
__author__ÚMITÚ__license__z3.10.1Ú__version__)ÚdistanceÚfuzzÚprocessÚutils)r	   r
   r   r   Úget_includec                 óR   — ddl m}  t           | t          ¦  «        j        ¦  «        S )aÅ  
    Return the directory that contains the RapidFuzz \*.h header files.
    Extension modules that need to compile against RapidFuzz should use this
    function to locate the appropriate include directory.
    Notes
    -----
    When using ``distutils``, for example in ``setup.py``.
    ::
        import rapidfuzz_capi
        ...
        Extension('extension_name', ...
                include_dirs=[rapidfuzz_capi.get_include()])
        ...
    r   ©ÚPath)Úpathlibr   r   Ú__file__Úparentr   s    úN/var/www/html/ai-engine/env/lib/python3.11/site-packages/rapidfuzz/__init__.pyr   r      s/   € ð ÐÐÐÐÐåˆtˆt•H‰~Œ~Ô$Ñ%Ô%Ð%ó    N)Ú__doc__Ú
__future__r   r   Ú__annotations__r   r   Ú	rapidfuzzr	   r
   r   r   Ú__all__r   © r   r   ú<module>r      s£   ððð ð ð #Ð "Ð "Ð "Ð "Ð "à €
Ð  Ð  Ð  Ñ  Ø€Ð Ð Ð Ñ Ø€Ð Ð Ð Ñ à 4Ð 4Ð 4Ð 4Ð 4Ð 4Ð 4Ð 4Ð 4Ð 4Ð 4Ð 4à
AÐ
AÐ
A€ð&ð &ð &ð &ð &r   