projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16470: Fixes deprecation warning.
[arvados.git]
/
sdk
/
python
/
bin
/
arv-put
1
#!/usr/bin/env python
2
# Copyright (C) The Arvados Authors. All rights reserved.
3
#
4
# SPDX-License-Identifier: Apache-2.0
5
6
from arvados.commands.put import main
7
main()