lobby add works need to do ready up next

This commit is contained in:
2023-04-23 18:58:10 -07:00
parent 4ab107eee2
commit 41f9433de5
6 changed files with 321 additions and 184 deletions

9
constants.py Normal file
View 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)