python (3.11.7)
    e                     2    d Z ddlmZ  G d de          ZdS )zdistutils.command.install_headers
Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory.    )Commandc                   >