7 lines
115 B
Python
Raw Normal View History

2024-09-25 20:22:46 +04:00
"""
The jsonschema CLI is now deprecated in favor of check-jsonschema.
"""
from jsonschema.cli import main
main()