Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, **kwargs):
super(Caffe2Settings, self).__init__(**kwargs)
self.python_script_file_path = kwargs.get('python_script_file_path', None)
self.python_interpreter_path = kwargs.get('python_interpreter_path', None)
self.command_line_args = kwargs.get('command_line_args', None)