Add environment constants file, fix pixel differencing function

This commit is contained in:
2023-03-10 22:20:09 -06:00
parent a8ea9865ca
commit 683bd300f8
2 changed files with 12 additions and 14 deletions

5
constants.py Normal file
View File

@@ -0,0 +1,5 @@
class Environment:
WEBSOCKET_ADDRESS = "WEBSOCKET_ADDRESS"
CANVAS_WIDTH = "CANVAS_WIDTH"
CANVAS_HEIGHT = "CANVAS_HEIGHT"
SOURCE_FILE = "SOURCE_FILE"