from machine import Pin
from time import sleep
rel = Pin(19, Pin.OUT)

while True:
    rel.value(1)
    sleep(1)
    rel.value(0)
    sleep(1)
NOCOMNCVCCGNDINLED1PWRRelay Module