mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
Add Point and Polygon to contrib.gis.geos (#524)
This commit is contained in:
@@ -8,3 +8,5 @@ from .factory import fromfile as fromfile, fromstr as fromstr
|
||||
from .geometry import GEOSGeometry as GEOSGeometry, hex_regex as hex_regex, wkt_regex as wkt_regex
|
||||
from .io import WKBReader as WKBReader, WKBWriter as WKBWriter, WKTReader as WKTReader, WKTWriter as WKTWriter
|
||||
from .linestring import LineString as LineString, LinearRing as LinearRing
|
||||
from .point import Point as Point
|
||||
from .polygon import Polygon as Polygon
|
||||
|
||||
Reference in New Issue
Block a user