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

7 lines
115 B
Python
Raw Normal View History

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