File size: 115 Bytes
2d1874a
 
 
 
 
 
1
2
3
4
5
6
7
"""
The jsonschema CLI is now deprecated in favor of check-jsonschema.
"""
from jsonschema.cli import main

main()