
    ͑i                    4    S SK Jr  S SKrSS/rSS jrSS jrg)    )annotationsNget_includeget_libc                     SSK n [        R                  R                  [        R                  R	                  U R
                  5      S5      $ )z
Get the directory containing the PaddlePaddle C++ header files.

Returns:
  The directory as string.

Examples:
    .. code-block:: python

        >>> import paddle
        >>> include_dir = paddle.sysconfig.get_include()

r   Nincludepaddleospathjoindirname__file__r	   s    P/var/www/html/banglarbhumi/venv/lib/python3.13/site-packages/paddle/sysconfig.pyr   r      s-     77<<8)DD    c                     SSK n [        R                  R                  [        R                  R	                  U R
                  5      S5      $ )z
Get the directory containing the libpaddle_framework.

Returns:
  The directory as string.

Examples:
    .. code-block:: python

        >>> import paddle
        >>> include_dir = paddle.sysconfig.get_lib()

r   Nlibsr   r   s    r   r   r   )   s-     77<<8&AAr   )returnstr)
__future__r   r
   __all__r   r    r   r   <module>r      s#    # 	)
$E&Br   