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,
)
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",