mirror of
https://github.com/Xevion/v6-place.git
synced 2025-12-09 20:09:01 -06:00
Reorganize source files into place.* dir
This commit is contained in:
5
place/constants.py
Normal file
5
place/constants.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Environment:
|
||||
WEBSOCKET_ADDRESS = "WEBSOCKET_ADDRESS"
|
||||
CANVAS_WIDTH = "CANVAS_WIDTH"
|
||||
CANVAS_HEIGHT = "CANVAS_HEIGHT"
|
||||
SOURCE_FILE = "SOURCE_FILE"
|
||||
Reference in New Issue
Block a user