4 lines
109 B
Python
4 lines
109 B
Python
|
from django.contrib.gis.geos import \
|
||
|
GEOSGeometry as Geometry, \
|
||
|
GEOSException as GeometryException
|