コード例 #1
0
    def __init__(self, config):
        self.config = config

        self.python_setup_py_creator = PythonSetupPyCreator(config)
        self.python_setup_cfg_creator = PythonSetupCfgCreator(config)