cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
1 changed files with 1 additions and 3 deletions
Showing only changes of commit d69cf014a1 - Show all commits

View File

@ -1,9 +1,7 @@
import unittest
import cadquery as Cq
from nhf.checks import binary_intersection
import nhf.parts.joints as joints
import nhf.parts.handle as handle
import nhf.parts.metric_threads as metric_threads
from nhf.parts import joints, handle, metric_threads
class TestJoints(unittest.TestCase):