7 lines
115 B
Python
7 lines
115 B
Python
|
"""
|
||
|
The jsonschema CLI is now deprecated in favor of check-jsonschema.
|
||
|
"""
|
||
|
from jsonschema.cli import main
|
||
|
|
||
|
main()
|