Import Constraint in the main namespace
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user