File: __main__.py

package info (click to toggle)
python-jsonpath 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,028 kB
  • sloc: python: 9,473; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 61 bytes parent folder | download
1
2
3
4
"""CLI entry point."""
from jsonpath.cli import main

main()