module documentation

Undocumented

Class Platform Gives us information about the platform we're running on.
Function shortPythonVersion Returns the Python version as a dot-separated string.
Variable knownPlatforms Undocumented
Variable platform Undocumented
Variable platformType Undocumented
def shortPythonVersion() -> str:

Returns the Python version as a dot-separated string.

knownPlatforms: dict[str, str] =

Undocumented

platform =

Undocumented

platformType =

Undocumented