diff options
Diffstat (limited to 'constants.py')
-rw-r--r-- | constants.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/constants.py b/constants.py new file mode 100644 index 0000000..7008ffc --- /dev/null +++ b/constants.py @@ -0,0 +1,13 @@ +"""Constants module. + +Contains some constants used throughout. +""" + +INFTY = -1 +AUTO = -2 + +BXW = "{http://unsuspicious.services/bxw}" + +SCENE = "Scene" +AUDIO = "Audio" +CHASER = "Chaser" |