e-Paper
e-Paper copied to clipboard
Add type annotations for the python library to allow static anlyzing
Python library seems to be missing any kind of type hints, which makes it unusable for static analyzers such as Mypy.
Static analyzers are an important part for many project's CI system, thus introduction of type hints would be very useful.