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

# Copyright (C) 2011-2012 Daniele Varrazzo

# This file is part of the PGXN client

from pgxnclient.cli import script
script()
