WRO2025 / src /constants.py
maddiaks's picture
Upload constants.py
8fd8b81 verified
raw
history blame contribute delete
328 Bytes
# Assign a color for each zone
zone_colors = {
"North": "blue", # Good
"South": "green", # Good
"East": "purple", # Good
"West": "orange", # Good
"Central": "black",
"North-West": "lightgray",
"North-East": "red",
"North-West": "darkblue",
"South-East": "darkblue"
}
ALL_ZONES = "All Zones"