2025-11-20 11:40:03 +08:00

6 lines
127 B
Python

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