mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
5 lines
84 B
Python
5 lines
84 B
Python
import sys
|
|
from sys import version
|
|
|
|
py_major = sys.version[0]
|
|
py_major = version[0]
|