File: __init__.py

package info (click to toggle)
python-rtree 0.8.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 372 kB
  • ctags: 316
  • sloc: python: 1,611; makefile: 105; sh: 1
file content (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from .index import Rtree

from .core import rt

__version__ = '0.8.3'