Hi, I am using python 3.10, and using this package.
I am following the instructions on webpage , but when I executed decoder = ndef.message_decoder(octets), it says:
>>> decoder = ndef.message_decoder(octets)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'ndef' has no attribute 'message_decoder'
Is it a bug?