init
This commit is contained in:
32
src/constants.py
Normal file
32
src/constants.py
Normal file
@@ -0,0 +1,32 @@
|
||||
PLAYER_NAME_COLUMNS = [
|
||||
"Ciaran",
|
||||
"Jay",
|
||||
"Sam",
|
||||
"Drew",
|
||||
"Theo",
|
||||
"Tom",
|
||||
"Ellora",
|
||||
"Chloe",
|
||||
"Jamie",
|
||||
"Christine"
|
||||
]
|
||||
|
||||
FEATURE_COLUMNS = {
|
||||
"Number of Players",
|
||||
"Number of Teams",
|
||||
"Points on Scattergories",
|
||||
"Ciaran",
|
||||
"Jay",
|
||||
"Sam",
|
||||
"Drew",
|
||||
"Theo",
|
||||
"Tom",
|
||||
"Ellora",
|
||||
"Chloe",
|
||||
"Jamie",
|
||||
"Christine"
|
||||
}
|
||||
|
||||
ATTENDANCE_COLORSCHEME = [
|
||||
[0, "#E4ECF6"], [1, "#636EFA"]
|
||||
]
|
||||
Reference in New Issue
Block a user