In the `examples/README.md` the import of the version file has a copy paste issue ```python # from umodbus import version from nextion import version ``` Additionally the import of `NexHardware` is missing ```python from nextion import NexHardware ```
In the
examples/README.mdthe import of the version file has a copy paste issueAdditionally the import of
NexHardwareis missing