Blob Blame History Raw
#!/usr/bin/env python3

# This is only used at build time to generate the documentation.

from zuulclient.cmd import main


if __name__ == '__main__':
    main()