#!/usr/bin/python3 -s
#
# Stub script to run jsbeautifier
#
import sys
from jsbeautifier import main
sys.exit(main())