Cereal2nd / velbus-aio

Velbus Asyncio
Apache License 2.0
15 stars 10 forks source link

Add type hints #57

Closed niobos closed 1 year ago

niobos commented 1 year ago

Add a bunch of type hints; convert docstrings to type hints

niobos commented 1 year ago

Some type hints cause a circular dependency of imports; I still need to fix these.

And I spotted some potential bugs. I've marked them with a TODO; Will add tests & possibly fix later.