CtrEditor/test_mcp.py

6 lines
106 B
Python

print("Hello World!")
import sys
print(f"Version: {sys.version}")
print("Script executed successfully!")