- Global variable initialization moved to `__init__.py`
- Project structure changed
- .pyi files added
- py.typed files added
- Argument parsing moved to module
- Arguments stored as a dictionary (as opposed to argparse's Namespace object)
for consistency in setting variables. Previously, some values would be renamed
and some would be passed to `iterfzf` as is, but the dictionary allows values to
be changed in place