From f929f19f6b594c51254d482b537ab5f62436190c Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@caltech.edu>
Date: Wed, 25 Sep 2024 00:06:42 +0000
Subject: [PATCH] Update main.py

---
 00/main.py | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/00/main.py b/00/main.py
index 0f45e90..d8923a4 100644
--- a/00/main.py
+++ b/00/main.py
@@ -1,4 +1,16 @@
-from util import play
+from util import play, play_with_voice
+
+"""
+Joey
+Justin
+Matthew
+Ivy
+Joanna
+Kendra
+Kimberly
+Salli
+"""
+
 
 HELLO_SCRIPT = "Welcome to your first day at Caltech!"
 ADVICE_SCRIPT = "My most important advice is \"go to office hours, and try to get to know your professors\"."
-- 
GitLab