diff --git a/cadquery/__init__.py b/cadquery/__init__.py index 691f0326..d8fc51c4 100644 --- a/cadquery/__init__.py +++ b/cadquery/__init__.py @@ -28,7 +28,7 @@ from .selectors import ( Selector, ) from .cq import CQ, Workplane -from .assembly import Assembly, Color +from .assembly import Assembly, Color, Constraint from . import selectors from . import plugins @@ -38,6 +38,7 @@ __all__ = [ "Workplane", "Assembly", "Color", + "Constraint", "plugins", "selectors", "Plane",