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