#! /usr/bin/env python
#
# Stub script to run jsbeautifier
#

from jsbeautifier import main
main()