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