-= C Y B E R F R I E N D S =-
class CyberFriendsEvent:
def __init__(self):
self.event_name = "SANCTUM SATURDAY"
self.lineup = [
{"artist": "DEZZY", "time": "4:00pm - 5:00pm SLT"},
{"artist": "BEZZI", "time": "5:00pm - 7:00pm SLT"},
]
self.warning = "Hydration recommended. Heat levels: EXTREME."
29 days ago