FEAT: added Wordle

REF: Requirements.txt got updated since we added an encrypted wordlist
This commit is contained in:
Dan
2024-07-05 17:19:28 -04:00
parent 0914cb30cc
commit 2674955d5c
6 changed files with 316 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ config = {
'data_privacy': {'enabled': True},
'terms_privacy': {'enabled': True},
'knucklebones': {'enabled': True},
'wordle': {'enabled': True},
'profiles': {'enabled': True}
}
}