Merge branch '11423-cwl-collection-dir-ref' closes #11423
[arvados.git] / sdk / python / bin / arv-get
1 #!/usr/bin/env python
2
3 import sys
4
5 from arvados.commands.get import main
6
7 sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))