Download this file
1 2 3 4 5 6
import VS import sys class MyAI(VS.CommAI): def Execute(self): sys.stdout.write('MyAI\\n') return ''