# test.py code in python
	# Assumes the maestro python files are in a subdirectory call Maestro of  /home/pi
	from Maestro import maestro
	servo = maestro.Controller('/dev/ttyACM0')
	# where (0) is the script number saved to the maestro board
	servo.runScriptSub(0)
	servo.close()
#Run the above script
#python3 test.py