import wifi_server from machine import Pin from neopixel import NeoPixel np = NeoPixel(Pin(8), 1) np[0] = (0, 0, 0) np.write() wifi_server.main()