Загрузить файлы в «venv/Lib/site-packages/pydantic/experimental»

This commit is contained in:
2026-07-02 20:02:40 +00:00
parent b2bf7786fa
commit a9e05b49e1
4 changed files with 713 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""Experimental module exposing a function a `MISSING` sentinel."""
from pydantic_core import MISSING
__all__ = ('MISSING',)