claritychallenge / clarity

Clarity Challenge toolkit - software for building Clarity Challenge systems
https://claritychallenge.github.io/clarity
MIT License
130 stars 54 forks source link

introducing dataclass to represent listener #301

Closed jonbarker68 closed 1 year ago

jonbarker68 commented 1 year ago

Introducing a Listener dataclass

A listener data class which stores an id and an audiogram for the left and right ear will allow us to simplify recipe code and reduce duplication.