If you run: ``` import nlppln from nlppln import WorkflowGenerator wf = WorkflowGenerator() dir_in, skip = wf.add_inputs(dir_in='Directory', skip='string?') ``` `dir_in` has the value of `skip` and `skip` the value of `dir_in`
If you run:
dir_inhas the value ofskipandskipthe value ofdir_in