diff --git a/cython/python_solvespace/slvs.pyi b/cython/python_solvespace/slvs.pyi index a00ea7c5..40a2b35a 100644 --- a/cython/python_solvespace/slvs.pyi +++ b/cython/python_solvespace/slvs.pyi @@ -45,8 +45,8 @@ class Params: class Entity: - FREE_IN_3D: ClassVar[Entity] - NONE: ClassVar[Entity] + FREE_IN_3D: ClassVar[Entity] = ... + NONE: ClassVar[Entity] = ... params: Params def is_3d(self) -> bool: