working software

This commit is contained in:
ultrablob 2025-02-12 21:56:41 -05:00
commit 9a800bb839
7 changed files with 907 additions and 0 deletions

6
slang.py Normal file
View file

@ -0,0 +1,6 @@
replacements = {
"gigi": "gg",
"heels": "heals",
"heeling": "healing",
"heel": "heal"
}