From 2b8a53f98c44e6e78d49b7c246731deef75ed6d3 Mon Sep 17 00:00:00 2001 From: Ben Connors Date: Wed, 25 Sep 2019 23:05:14 -0400 Subject: 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 --- constants.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 constants.py (limited to 'constants.py') 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" -- cgit v1.2.3