o
    ʩZh                     @   sf   d dl mZ d dlmZ dgZG dd deZedkr1d dlmZ e	d e
edd	  d
S d
S )    )	FCompiler)customized_fcompilerNoneFCompilerc                	   @   s2   e Zd ZdZdZdddddddddZdd ZdS )r   nonezFake Fortran compilerN)Zcompiler_f77Zcompiler_f90Zcompiler_fixZ	linker_soZ
linker_exeZarchiverZranlibZversion_cmdc                 C   s   d S )N )selfr   r   U/var/www/html/lang_env/lib/python3.10/site-packages/numpy/distutils/fcompiler/none.pyfind_executables   s   zNoneFCompiler.find_executables)__name__
__module____qualname__Zcompiler_typedescriptionZexecutablesr	   r   r   r   r   r      s    
__main__)log   r   )compilerN)Znumpy.distutils.fcompilerr   Znumpy.distutilsr   Z	compilersr   r
   	distutilsr   Zset_verbosityprintget_versionr   r   r   r   <module>   s    
