#!/usr/bin/python
import sendtx

if __name__ == '__main__':
    sendtx.process_args()
