Update wordle.py

This commit is contained in:
xereeto 2024-03-09 18:07:56 +00:00
parent 1c8572e4d4
commit 1a5d9a76c9
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from getch import getch
import possible
import os
import random
import warnings
with warnings.catch_warnings():
warnings.simplefilter("ignore")