8 lines
89 B
Python
8 lines
89 B
Python
from ocp_vscode import *
|
|
from build123d import *
|
|
set_port(3939)
|
|
|
|
b = Box(1,2,3)
|
|
|
|
show(b)
|