joopert / nad_receiver

python api to connect to NAD receivers
MIT License
11 stars 18 forks source link

Add type information everywhere #38

Closed gladhorn closed 4 years ago

gladhorn commented 4 years ago

Now that we check types with mypy, use the type information. This uncovered for example that the transport subclasses did not actually inherit the base class.