#!/usr/bin/env python
"""
pgxnclient -- command line interface
"""

# Copyright (C) 2011-2021 Daniele Varrazzo

# This file is part of the PGXN client

from pgxnclient.cli import script
script()
