[go: up one dir, main page]

Menu

[r4841]: / trunk / data / borken.py  Maximize  Restore  History

Download this file

13 lines (12 with data), 234 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
import VS
import sys
class MyAI(VS.PythonAI):
def init(self,un):
pass
def Execute(self):
VS.PythonAI.Execute(self);
return ''
hi1 = MyAI()
print 'AI creation successful'
hi1 = 0
#: 1.7; previous revision: 1.6