When adding polygons with 4 points we get an error ```python poly1 = kdb.Polygon( [ [-8, -6], [6, 8], [7, 17], [9, 5], ] ) ``` ```bash TypeError: Ambiguous overload variants - multiple method declarations match arguments in Polygon.__init__ ``` @amccaugh @sebastian-goeldi