mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 23:06:37 +00:00
6 lines
127 B
Python
6 lines
127 B
Python
"""Experimental module exposing a function a `MISSING` sentinel."""
|
|
|
|
from pydantic_core import MISSING
|
|
|
|
__all__ = ('MISSING',)
|