When trying to import the module under Python 3.9, an exception occurs during "from .climenu import menu".
The hint "Python 3.10 or a newer version is required" is not shown as a result.
Solution:
Move the "from .climenu import menu" down, below the version check.
When trying to import the module under Python 3.9, an exception occurs during "from .climenu import menu".
The hint "Python 3.10 or a newer version is required" is not shown as a result.
Solution:
Move the "from .climenu import menu" down, below the version check.