add missing import of CT_DIFFERENCE
This commit is contained in:
parent
975d5b2548
commit
b2a7e7dad3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from typing import Sequence, Optional, List
|
|||
from numpy.typing import ArrayLike
|
||||
from pyclipper import (
|
||||
Pyclipper, PT_CLIP, PT_SUBJECT, CT_UNION, CT_INTERSECTION, PFT_NONZERO, PFT_EVENODD,
|
||||
PyPolyNode,
|
||||
PyPolyNode, CT_DIFFERENCE,
|
||||
)
|
||||
|
||||
from .types import contour_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue