diff options
Diffstat (limited to 'consts.py')
| -rw-r--r-- | consts.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/consts.py b/consts.py new file mode 100644 index 0000000..a8689f4 --- /dev/null +++ b/consts.py @@ -0,0 +1,5 @@ +# set of sexually explicit nouns +SN = ['ass', 'boobs', 'cock', 'crotch', 'cunt', 'dick'] + +# set of sexually explicit nouns that are likely targets for euphemism +SN_ = SN |
