Book:
Help:
Guides:
Misc:
DEVELOPER API:
DEVELOPING ODEV:
from __future__ import annotations from typing import NamedTuple [docs]class PropPair(NamedTuple): """Internal Properties""" first: str second: str