team-10/venv/Lib/site-packages/jsonschema/__main__.py
2025-08-02 02:00:33 +02:00

6 lines
115 B
Python

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