Merge pull request #23 from Rich43/codex/update-sphere-import-and-__all__-list

Add Sphere import to package init
This commit is contained in:
Richard Ward
2025-07-17 11:12:14 +01:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ from .primitives.box import Box
from .primitives.cylinder import Cylinder
from .primitives.gear import SpurGear
from .primitives.sprocket import ChainSprocket
from .primitives.sphere import Sphere
from .mechanisms.butthinge import ButtHinge
from .export.stl import STLExporter
@@ -16,6 +17,7 @@ __all__ = [
"combine",
"Box",
"Cylinder",
"Sphere",
"SpurGear",
"ChainSprocket",
"ButtHinge",