Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
aitest.py
Go to the documentation of this file.
1 import VS
2 import sys
3 class MyAI(VS.CommAI):
4  def Execute(self):
5  sys.stdout.write('MyAI\\n')
6  return ''