titus-ong / chordparser

A Python 3 package that provides a musical framework to analyse chords
MIT License
12 stars 2 forks source link

Duck typing #6

Closed titus-ong closed 4 years ago

titus-ong commented 4 years ago

Some parts of the code has static typing, but the more Pythonic way would be to allow for duck typing. Refactoring the code will be needed to remove the static typed parts.