group-wbl/.venv/lib/python3.13/site-packages/jsonschema/__main__.py

7 lines
115 B
Python
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
"""
The jsonschema CLI is now deprecated in favor of check-jsonschema.
"""
from jsonschema.cli import main
main()