o
    >~#g?                     @   s$   d Z ddlmZ G dd deZdS )z Override the develop command from setuptools so we can ensure that our
generated files (from build_src or build_scripts) are properly converted to real
files with filenames.

    )developc                   @   s   e Zd ZejZdd ZdS )r   c                 C   s&   | j ddd | d t|  d S )N	build_src   )inplacebuild_scripts)reinitialize_commandrun_commandold_developinstall_for_development)self r   /var/www/static.ux5.de/https/Moving-Object-Detection-with-OpenCV/env/lib/python3.10/site-packages/numpy/distutils/command/develop.pyr
   
   s   
zdevelop.install_for_developmentN)__name__
__module____qualname__r	   __doc__r
   r   r   r   r   r      s    r   N)r   setuptools.command.developr   r	   r   r   r   r   <module>   s    