blob: 7008ffc74015f04b7f73c68e808c196d3c5bcb31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
"""Constants module.
Contains some constants used throughout.
"""
INFTY = -1
AUTO = -2
BXW = "{http://unsuspicious.services/bxw}"
SCENE = "Scene"
AUDIO = "Audio"
CHASER = "Chaser"
|