3216374bf9c26f338d7b229b18a90b8d0bd06610
[arvados.git] / sdk / python / bin / arv-get
1 #!/usr/bin/env python
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: Apache-2.0
5
6 import sys
7
8 from arvados.commands.get import main
9
10 sys.exit(main(sys.argv[1:]))