コード:
>>> import fuzzy
>>> soundex = fuzzy.Soundex(4)
エラー:
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
soundex = fuzzy.Soundex(4)
AttributeError: 'module' object has no attribute 'Soundex'
よくわからないので、わかる方いましたらよろしくお願いします!