magmax / python-readchar

Python library to read characters and key strokes
MIT License
143 stars 43 forks source link

make `key.py` reflect `key` from `__init__` #113

Closed Cube707 closed 5 months ago

Cube707 commented 5 months ago

key.py now imports __init__.key and exports all of its attributes a its own.

This reduces code-duplication and fixes the issue where different OS's where listed.

closes #107

coveralls commented 5 months ago

Coverage Status

coverage: 94.771% (+0.6%) from 94.156% when pulling 9d388887f40930dc71a0f075e99adec3d7f074e2 on Cube707/issue107 into 6ae17c235dc14c685f41e0827f565f555b3469e4 on master.