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