m-lundberg / simple-pid

A simple and easy to use PID controller in Python
MIT License
792 stars 216 forks source link

Fix mypy issue by using an explicit export #49

Closed rnestler closed 2 years ago

rnestler commented 2 years ago

Fixes the following error when running mypy in --strict mode:

error: Module "simple_pid" does not explicitly export attribute "PID";

Fixes #48