prototype of crossword generation

This commit is contained in:
2021-06-13 21:06:55 +02:00
parent 0d03a85923
commit f09d2d79f9
8 changed files with 1126 additions and 0 deletions

View File

@ -9,6 +9,8 @@ numpy = "*"
pylint = "*"
flake8 = "*"
rope = "*"
pandas = "*"
tqdm = "*"
[dev-packages]