Cosplay/nhf/primitive.py

5 lines
78 B
Python
Raw Normal View History

import cadquery
def mystery():
return cadquery.Workplane().box(10, 5, 5)