def lessons_list(self): lp = launch_promo_window.MagicPromo( self, image="../images/lesson_screen.png")
def launch_class_data(self): lp = launch_promo_window.MagicPromo( self, image="../images/leader_quote_screen.png")
def launch_pdf_notes(self): lp = launch_promo_window.MagicPromo( self, image="../images/audio_print_screen.png")
def launch_assessment_pdf(self): lp = launch_promo_window.MagicPromo( self, image="../images/assessment_screen.png")
def launch_flashcard(self): lp = launch_promo_window.MagicPromo( self, image="../images/flashcard_screen.png")
def launch_lesson_edit(self): lp = launch_promo_window.MagicPromo(self, image="../images/edit_screen.png")
def bday_play(self): lp = launch_promo_window.MagicPromo(self, image="../images/bday_screen.png")
def launch_content(self): lp = launch_promo_window.MagicPromo( self, image="../images/repository_screen.png")