python (3.11.7)
    e                         	 d dl Z d dlZd dlmZ d dlmZ d dlmZ d dlm	Z	 d dl
mZ  G d de          Z G d	 d
e j
                  Zedk    r e j                     dS dS )    N)captured_stdout)Command)Distribution)DistutilsOptionError)debugc                       e Zd Zd ZdS )MyCmdc                     d S N )selfs    L/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/distutils/tests/test_cmd.pyinitialize_optionszMyCmd.initialize_options   s        N)__name__
__module____qualname__r   r   r   r   r	   r	      s#        
 
 
 
 
r   r	   c                   >