#!/usr/bin/env python import sys import os from centpkg import cli if __name__ == '__main__': cli.run(cli_name=os.path.basename(sys.argv[0]))