# dummy wordlist # by Jeeb # Information about your version of Wordle Metadata = { "name": "Dummy", "version": "dummy", "guesses": 4, "launch": (2222, 2, 16) } # Your custom list of non-answer words goes here Words = [ "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"] # Your custom list of answer-words goes here Answers = ["a"]