from __future__ import annotations from enum import Enum [docs]class Platform(Enum): """Platform.""" WINDOWS = "WINDOWS" NI_LINUX_RT = "NI_LINUX_RT"