Doing this: ```python from nltk.corpus import wordnet as wn import africanwordnet wn.langs() ``` Gives me this: `['eng']` So, of course, nothing else works... Python version is 3.11.12, and nltk version is 3.8.1.