python (3.11.7)
    e                     T    d Z ddlZddlmZ ddlT ddlmZ d Z G d de          ZdS )	zidistutils.command.bdist
Implements the Distutils 'bdist' command (create a built [binary]
distribution).    N)Command)*)get_platformc                      ddl m}  g }t          j        D ]3}|                    d|z   dt          j        |         d         f           4 | |          }|                    d           dS )zFPrint list of available formats (arguments to "--format" option).
    r   )FancyGetoptformats=N   z'List of available distribution formats:)distutils.fancy_getoptr   bdistformat_commandsappendformat_command
print_help)r   formatsformatpretty_printers       K/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/distutils/command/bdist.pyshow_formatsr      s     322222G'