__init__.py 226 B

123456789101112
  1. from __future__ import unicode_literals
  2. import logging
  3. from lunr.__main__ import lunr
  4. __all__ = ("lunr",)
  5. logging.basicConfig(format="%(levelname)-7s - %(message)s")
  6. __VERSION__ = "0.5.8"
  7. __TARGET_JS_VERSION__ = "2.3.8"