pymodalib.utils.Platform module

class Platform

Bases: enum.Enum

An enumeration.

LINUX = 'Linux'
MAC_OS = 'macOS'
WINDOWS = 'Windows'
get = <function Platform.get>