""" LED Matrix Web Interface V3 Modern web interface for controlling the LED Matrix display """ # Re-exported, never hardcoded. This used to carry its own "3.0.0", a third # answer to "what version is this" alongside the tag and src.__version__ — # and disagreeing version numbers are what made plugin compatibility floors # untrustworthy (see docs/SPORTS_UNIFICATION.md, phase B4). from src import __version__ # noqa: F401