Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created December 8, 2024 21:36
Shared via mypy Playground
from __future__ import annotations
import sys
if sys.platform in {'win32', 'cygwin'}:
major, minor, build, _, _ = sys.getwindowsversion()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment