예제 #1
0
    def get_videos(self, video_type):
        db_utility = DBUtility()
        video_details = db_utility.get_videos(video_type)

        return video_details