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