#!/usr/bin/env python3
# Test script uploaded via 122.php file manager
import sys
print(f"Python {sys.version}")
print("Upload test successful")
