summaryrefslogtreecommitdiff
path: root/constants.py
diff options
context:
space:
mode:
authorBen Connors <benconnors@outlook.com>2019-09-25 23:05:14 -0400
committerBen Connors <benconnors@outlook.com>2019-09-25 23:05:14 -0400
commit2b8a53f98c44e6e78d49b7c246731deef75ed6d3 (patch)
treed85e383c0d54d662ea93384b177a0ad59a40917e /constants.py
parent7f85bd8ed84b23fc4e683ab90fc7babe288f1a27 (diff)
Change module layout; start chaser work
- Fix up callbacks - Clean up function implementations - More properties to prevent editing of attributes - Start work on chasers - Implement framework for chaser steps
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"