[go: up one dir, main page]

Menu

[r11]: / modules / aitest.py  Maximize  Restore  History

Download this file

7 lines (6 with data), 121 Bytes

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