Beispiel #1
0
 def get_course(self):
     """Get current course."""
     if not self.course:
         self.course = Course.get(self.app_context)
     return self.course