📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 17:08:31
📂
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
testfixtures
✏️
Editing: compat.py
# compatibility module for different python versions import sys from typing import Tuple PY_VERSION: Tuple[int, int] = sys.version_info[:2] PY_37_PLUS: bool = PY_VERSION >= (3, 7) PY_310_PLUS: bool = PY_VERSION >= (3, 10)
💾 Save Changes
❌ Cancel