1 Star 1 Fork 1

yanxianshenghr/imooc-downloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
entity.py 184 Bytes
一键复制 编辑 原始数据 按行查看 历史
好万家 提交于 2024-05-27 15:10 . init
from dataclasses import dataclass
from typing import List
@dataclass
class Chapter:
url: str
title: str
@dataclass
class Course:
title: str
chapters: List[Chapter]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dabozzi/imooc-downloader.git
git@gitee.com:dabozzi/imooc-downloader.git
dabozzi
imooc-downloader
imooc-downloader
master

搜索帮助