D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
hc_python
/
lib
/
python3.8
/
site-packages
/
pydantic
/
experimental
/
Filename :
__init__.py
back
Copy
"""The "experimental" module of pydantic contains potential new features that are subject to change.""" import warnings from pydantic.warnings import PydanticExperimentalWarning warnings.warn( 'This module is experimental, its contents are subject to change and deprecation.', category=PydanticExperimentalWarning, )