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