Download this file
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