#!/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
#
# Author: Paul D. Eden <paul_eden@byu.edu>
# Created: 2011-12-20
"""
basic script to call a web service passed in.
"""
from byu_ws_cli import cli

if __name__ == "__main__":
    cli.setup_options_and_run()
