- Removed compatibility script and replaced it with `__input__.py` hacks
- This is easier to maintain as there is only one file to update method signatures in
- It also means that some python tools won't detect `easy_user_input.easy_user_input` as a module, even when it is
- Added pytest as a development dependency
- Added test cases for `inputYesNo`, `inputChoice`, and `inputStrictString`