Ë
    xºnhD  ã                  óf   — 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y)z
rapid string matching library
é    )ÚannotationszMax BachmannÚstrÚ
__author__ÚMITÚ__license__z3.13.0Ú__version__)ÚdistanceÚfuzzÚprocessÚutils)r	   r
   r   r   Úget_includec                 óL   — 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    úS/var/www/html/profi_bot/bot/venv/lib/python3.12/site-packages/rapidfuzz/__init__.pyr   r      s   € õ ä‰t”H‹~×$Ñ$Ó%Ð%ó    N)Ú__doc__Ú
__future__r   r   Ú__annotations__r   r   Ú	rapidfuzzr	   r
   r   r   Ú__all__r   © r   r   Ú<module>r      s=   ðòõ #à €
ˆCÓ  Ø€ˆSÓ Ø€ˆSÓ ç 4Ó 4â
A€ó&r   