Renamed the library code to be in src/ to follow conventions

This commit is contained in:
2025-06-16 21:10:19 +01:00
parent 8f7b524c45
commit 1938ff4c90
5 changed files with 0 additions and 0 deletions

6
src/standardFlags.py Normal file
View File

@ -0,0 +1,6 @@
NO_ALCOHOL = 'no-alcohol'
NO_SHOCK = 'no-shock'
NO_SPICE = 'no-spice'
NO_SOUR = 'no-sour'
EASY_MODE = 'pussy-mode'
HARD_MODE = 'hard-mode'