import time
time.sleep(0.1) # Wait for USB to become ready

print("Hello, Pi Pico!")

from TrafficLight import *

# Create the trafficlight object
tl = PixelTrafficLight(3, 4, 5)

# Operate the TrafficLight forever
while True:
    tl.operate(gtime=4, ytime=1, rtime=3)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT