7824: Moved arv-get code to arvados.commands and replaced bin/arv-get with a stub...
[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))