import board import neopixel pixels = neopixel.NeoPixel(board.D5, 30) def theaterChaseRainbow(): pass