Added
- Since Unicorn-Fy is delivered as a compiled C extension, IDEs such as Pycharm and Visual Code cannot use information
about available methods, parameters and their types for autocomplete and other intellisense functions. As a solution,
from now on stub files (PYI) will be created in the build process and attached to the packages. The IDEs can
automatically obtain the required information from these.