base.py 181 B

123456
  1. from django.contrib.gis.geos.error import GEOSException
  2. from django.contrib.gis.ptr import CPointerBase
  3. class GEOSBase(CPointerBase):
  4. null_ptr_exception_class = GEOSException