File: __init__.py

package info (click to toggle)
jsonpath-ng 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: python: 5,042; makefile: 43
file content (5 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (13)
1
2
3
4
5
# PLY package
# Author: David Beazley (dave@dabeaz.com)

__version__ = '3.11'
__all__ = ['lex','yacc']