team-10/env/Lib/site-packages/jsonschema/__main__.py

7 lines
115 B
Python
Raw Permalink Normal View History

2025-08-02 07:34:44 +02:00
"""
The jsonschema CLI is now deprecated in favor of check-jsonschema.
"""
from jsonschema.cli import main
main()