Initial working version of word censor

This commit is contained in:
Yo Mama 2021-10-16 19:04:08 +02:00
parent 909600fff2
commit b83e0c6665
6 changed files with 189 additions and 61 deletions

5
.gitignore vendored
View file

@ -4,4 +4,7 @@ video.mp4
cache/
__pycache__/
disablesignups
*rules.html
*rules.html
.idea/
**/.pytest_cache/
venv/