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