def crawl(self): for course in Course.list(): cc = CourseCrawler(course) cc.crawl()
def __init__(self): Course.list()