lobby add works need to do ready up next
This commit is contained in:
9
constants.py
Normal file
9
constants.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class Constants:
|
||||
green = (106, 171, 115)
|
||||
red = (219, 92, 92)
|
||||
host = "127.0.1.1"
|
||||
port = 8328
|
||||
header_size = 1024
|
||||
text_format = "utf-8"
|
||||
minimum_window_size = (300, 150)
|
||||
default_window_size = (300, 150)
|
||||
Reference in New Issue
Block a user