6 lines
72 B
Python
6 lines
72 B
Python
from ocp_vscode import *
|
|
from build123d import *
|
|
set_port(3939)
|
|
|
|
show()
|