tekktrik/CircuitPython_CSV

Implement duck typing via Protocol

Closed this issue · 1 comments

Once the CI is updated to use Python 3.8+, Protocol should be used for duck typing SupportsStringCasting

Ehhh, documentation looked ugly with the abstract class, this may not be the most elegant way to do it with regards to documentation.