2025-12-04 14:41:20 +08:00

7 lines
115 B
Python

"""
The jsonschema CLI is now deprecated in favor of check-jsonschema.
"""
from jsonschema.cli import main
main()