#!/usr/bin/python3

import sys

from pgxnclient.cli import command_dispatch


if __name__ == "__main__":
    sys.exit(command_dispatch())
