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