Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
6aadb8b7ad7f9d5eee58eed73df5a7d865dad34c
/
.
/
jsonschema
/
__main__.py
blob: fb260ae145d7518f8e8fa16ed13cc2c6173e7404 [
file
] [
log
] [
blame
]
"""
The jsonschema CLI is now deprecated in favor of check-jsonschema.
"""
from
jsonschema
.
cli
import
main
main
()