]> git.arvados.org - arvados.git/blob - sdk/python/bin/arv-copy
19745: Avoid incompatible google-api-core update.
[arvados.git] / sdk / python / bin / arv-copy
1 #!/usr/bin/env python3
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: Apache-2.0
5
6 from arvados.commands.arv_copy import main
7 main()