geos.py 149 B

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