4 lines
89 B
Python
4 lines
89 B
Python
|
|
from pydantic import *
|
||
|
|
from pydantic import typing
|
||
|
|
from pydantic.fields import FieldInfo
|