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

5 lines
149 B
Python

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