import Robot import time import PWMDriver Robot.Robot().init() e = Robot.Robot().easy e('R','CW',30) time.sleep(5) Robot.Robot().stop()