Show HN: A Drum Listening Game
eliasdorneles.com1 pointsby eliasdorneles4 comments
from attr import s, ib
@s
class Thing(object):
x = ib()
I understand it looks such a small thing for you and others already used to this DSL, and also that it's not the most important technical aspect of the library. However, I do think it's an important human aspect of it.