feat: + notation

This commit is contained in:
莘权 马 2023-07-28 16:10:54 +08:00
parent 255c56ca26
commit 2e6f88d3e4
4 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
@Time : 2023/5/11 14:43
@Time : 2023/7/27
@Author : mashenquan
@File : write_teaching_plan.py
"""

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
@Time : 2023/5/23 17:25
@Time : 2023/7/27
@Author : mashenquan
@File : teacher.py
"""

View file

@ -1,3 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
@Time : 2023/7/28 17:25
@Author : mashenquan
@File : test_write_teaching_plan.py
"""
import asyncio
from typing import Optional
from pydantic import BaseModel

View file

@ -1,9 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
@Time : 2023/5/23 17:25
@Time : 2023/7/27 13:25
@Author : mashenquan
@File : teacher.py
@File : test_teacher.py
"""
from typing import Dict, Optional