PyPO-dev / PyPO

📡 Open-source physical optics simulation package.
https://pypo-dev.github.io/PyPO/
MIT License
14 stars 3 forks source link

Implement type hinting in Python side #185

Open arendMoerman opened 4 months ago

arendMoerman commented 4 months ago

It might be a good idea to implement type hinting, so that autocompletion is better.

We could consider doing this only for the public interface, but might be good to do for entire Python source, as it would make development easier.