Import Constraint in the main namespace

This commit is contained in:
adam-urbanczyk
2020-09-07 15:36:28 +02:00
parent d185e0374a
commit cbe5a74332

View File

@ -28,7 +28,7 @@ from .selectors import (
Selector, Selector,
) )
from .cq import CQ, Workplane from .cq import CQ, Workplane
from .assembly import Assembly, Color from .assembly import Assembly, Color, Constraint
from . import selectors from . import selectors
from . import plugins from . import plugins
@ -38,6 +38,7 @@ __all__ = [
"Workplane", "Workplane",
"Assembly", "Assembly",
"Color", "Color",
"Constraint",
"plugins", "plugins",
"selectors", "selectors",
"Plane", "Plane",