thewh1teagle / rookie

Load cookies from your web browsers
https://crates.io/crates/rookie
MIT License
207 stars 18 forks source link

Improve typing in python binding #21

Closed laggykiller closed 8 months ago

laggykiller commented 8 months ago

Currently stict python type checker is unhappy with python typing, and some optional arguments are mistyped as mandatory in rookiepy.pyi. This PR would improve typing of this library.

thewh1teagle commented 8 months ago

Thanks for your contribution!