django1/django/contrib/gis/geometry/backend/geos.py

6 lines
151 B
Python

from django.contrib.gis.geos import (
GEOSException as GeometryException, GEOSGeometry as Geometry,
)
__all__ = ['Geometry', 'GeometryException']