File: __init__.py

package info (click to toggle)
python-lunr 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,644 kB
  • sloc: python: 3,811; javascript: 114; makefile: 60
file content (6 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
from lunr.lunr import lunr, get_default_builder

__all__ = ("lunr", "get_default_builder")

__VERSION__ = "0.8.0"
__TARGET_JS_VERSION__ = "2.3.9"