Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

hemamaps / Django   python

Repository URL to install this package:

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

from django.contrib.gis.geos import (
    GEOSException as GeometryException, GEOSGeometry as Geometry,
)

__all__ = ['Geometry', 'GeometryException']