# Import the custom LED control module
import led_control
import time
# Turn on the LED, wait for 5 seconds, then turn off the LED
led_control.turn_on()
time.sleep(5)
led_control.turn_off()
# Import the custom LED control module
import led_control
import time
# Turn on the LED, wait for 5 seconds, then turn off the LED
led_control.turn_on()
time.sleep(5)
led_control.turn_off()