Dusty Pianalto 804148dfe3 Add What I think are the basic event and content classes
Create skeleton room class
Create util classes for content
2019-10-20 01:02:54 -08:00

7 lines
100 B
Python

# TODO Add Room class
class Room:
def __init__(self, room_id: str):
self.id = room_id