2026-04-23 20:42:16 +08:00

6 lines
127 B
Python

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