projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11510: Tweak interface to better match Pythons "io.IOBase" class.
[arvados.git]
/
sdk
/
python
/
bin
/
arv-keepdocker
1
#!/usr/bin/env python
2
3
from arvados.commands.keepdocker import main
4
main()