Source code for sbg.cwl.v1_0.wf.input

from sbg.cwl.v1_0.cmd.input import CommandInput


[docs]class WorkflowInput(CommandInput): pass