9706: Add postinst script to Go packages that have systemd unit files, so (on Debian...
[arvados.git] / sdk / python / bin / arv-copy
1 #!/usr/bin/env python
2
3 from arvados.commands.arv_copy import main
4 main()