Skip to content

Commit 9c3bb1b

Browse files
committed
added bosl2 hook to solid.libs.bosl2
1 parent 0fda2d2 commit 9c3bb1b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

solid/libs/__init__.py

Whitespace-only changes.

solid/libs/bosl2/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from pathlib import Path
2+
from ...scad_import import import_scad
3+
from ...helpers import calling_module
4+
5+
bosl2_path = Path(__file__).parent / "BOSL2_scad"
6+
import_scad(bosl2_path, calling_module(1))
7+

0 commit comments

Comments
 (0)