mirror of
https://github.com/johndoe6345789/bamboogenerator.git
synced 2026-04-24 13:24:54 +00:00
Merge pull request #23 from Rich43/codex/update-sphere-import-and-__all__-list
Add Sphere import to package init
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user