We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c58f80 commit 94e8f5bCopy full SHA for 94e8f5b
1 file changed
src/misc.py
@@ -49,6 +49,10 @@ class Room(Enum):
49
south_hall_2b = "South Hall 2B"
50
exhibit_hall = "Exhibit Hall"
51
52
+ # Open space rooms
53
+ open_space_1 = "Space Room 1"
54
+ open_space_2 = "Space Room 2"
55
+
56
57
class EventType(Enum):
58
SESSION = "session"
0 commit comments