#!/usr/local/bin/python3.8
"""
pgxnclient -- command line interface
"""

# Copyright (C) 2011-2019 Daniele Varrazzo

# This file is part of the PGXN client

from pgxnclient.cli import script
script()
