Liga-System/.venv/lib/python3.12/site-packages/pydantic/experimental/missing_sentinel.py
2026-02-16 08:18:53 +00:00

6 lines
127 B
Python

"""Experimental module exposing a function a `MISSING` sentinel."""
from pydantic_core import MISSING
__all__ = ('MISSING',)