Currently the user needs to run `circuitpython_setboard` in order to get usable stubs for the `board` module. Have you considered making the default `board/__init__.py` contain the constants for all different boards, something like https://github.com/thonny/thonny/blob/master/thonny/plugins/circuitpython/typeshed/stdlib/board/__init__.pyi ? IMO this would be more useful default.