6 lines
98 B
Python
6 lines
98 B
Python
import FreeCAD,Assembly,time
|
|
|
|
print "Script to test the assembly development"
|
|
|
|
time.sleep(3)
|