summaryrefslogtreecommitdiff
path: root/jsonschema/__main__.py
blob: fb260ae145d7518f8e8fa16ed13cc2c6173e7404 (plain)
1
2
3
4
5
6
"""
The jsonschema CLI is now deprecated in favor of check-jsonschema.
"""
from jsonschema.cli import main

main()