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