o
    q”¾h¡  ã                   @  s4   d dl mZ d dlZddgZd	dd„Zd	dd„ZdS )
é    )ÚannotationsNÚget_includeÚget_libÚreturnÚstrc                  C  ó    ddl } tj tj | j¡d¡S )a  
    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
   © r   ú;/usr/local/lib/python3.10/dist-packages/paddle/sysconfig.pyr      ó   c                  C  r   )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   r   r   r   r   )   r   )r   r   )Ú
__future__r   r   Ú__all__r   r   r   r   r   r   Ú<module>   s
   
