signalstickers / signalstickers-client

⚙️🐍 A Python client for the Signal stickers API
https://pypi.org/project/signalstickers-client/
GNU Lesser General Public License v3.0
54 stars 9 forks source link

Improve typing #26

Open laggykiller opened 7 months ago

laggykiller commented 7 months ago

This PR improves type hints for this library. The library should now pass a strict type checker without error (Except for the automatically generated Stickers_pb2.py, which I have added a pyi stub file for it)