cwrowley/romnet

Add type annotations

Opened this issue · 1 comments

It would be good to add type annotations to the code, in as many places as we can. This will make it easier to understand, and would also allow us to use static type checkers (such as mypy) to find bugs.

Great. I will make sure to include type annotation in future code.