#!/usr/local/bin/python2.7
from pew.pew import deploy_completions
if __name__ == '__main__':
    deploy_completions()
