Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Django / contrib / gis / geometry / backend / geos.py
Size: Mime:
from django.contrib.gis.geos import (
    GEOSException as GeometryException, GEOSGeometry as Geometry,
)

__all__ = ['Geometry', 'GeometryException']