```
if __name__ == "__main__":
    from .test.blinky import Blinky
    DE10NanoPlatform().build(Blinky(), do_program=True)
```

This is at the end of the DE10 board. Unfortunately, the Pocket actually *does not expose an LED*, unless one uses the debugger cart, which I don't have, and might be more complicated than a single pin :(