We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readchar.key
code like this failes with the new version:
import readchar print(readchar.key.UP)
❌ AttributeError: module 'readchar' has no attribute 'key'
This needs to be fixed as it is required for backwards compatability
The text was updated successfully, but these errors were encountered:
import key submodule into __init__
77c1ac5
fixes #87
Cube707
Successfully merging a pull request may close this issue.
code like this failes with the new version:
This needs to be fixed as it is required for backwards compatability
The text was updated successfully, but these errors were encountered: