summaryrefslogtreecommitdiff
path: root/src/match_up/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_up/data.py')
-rw-r--r--src/match_up/data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/match_up/data.py b/src/match_up/data.py
index 62aa5d8..636a5eb 100644
--- a/src/match_up/data.py
+++ b/src/match_up/data.py
@@ -6,6 +6,8 @@ from sqlalchemy.ext.declarative import declarative_base
MIN_LEVEL = 1
MAX_LEVEL = 10
PLAYER_PER_COURT = 4
+GUEST_LEVELS = [1, 3, 5]
+GUESTS_PER_LEVEL = 4
BASE = declarative_base()