rename static.py -> wordle_words.py

This commit is contained in:
Andreas Koepf 2025-01-30 01:06:52 +01:00
parent 2b8655daef
commit 87bf5d6f9a
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ from typing import Dict, Optional
import pyfiglet
from ..data.static import wordle_words
from ..data.wordle_words import wordle_words
from ..factory import ProceduralDataset, register_dataset