Add support for -m.

This commit is contained in:
Julian Berman 2014-05-08 19:21:11 -04:00
parent 709e0377ec
commit fad8a030f3
1 changed files with 2 additions and 0 deletions

2
jsonschema/__main__.py Normal file
View File

@ -0,0 +1,2 @@
from jsonschema.cli import main
main()