1
0

Initialize pipenv with package levenshtein

This commit is contained in:
2024-01-15 13:11:54 +01:00
parent 4eceac132f
commit 83c4825651
3 changed files with 247 additions and 0 deletions

View File

@ -1,4 +1,5 @@
from random import random
from Levenshtein import distance
SPELL_TYPE_USELESS = 0
SPELL_TYPE_DEFENSE = 1