some trivial code cleanup
[progcomp10.git] / src / arenas / PythonSampleAgents.py
1 #!/usr/bin/python2.5
2 '''PythonSampleAgents.py
3 An arena that runs the sample bots in python.
4 Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in 2010.
5
6 Licensed under an MIT-style license: see the LICENSE file for details.
7 '''
8
9 from SampleAgents import Angel, Lucifer, Dummy, Wash, Streetfighter
10
11 class arena:
12     Agents =  [Angel,Lucifer,Streetfighter,Wash]

UCC git Repository :: git.ucc.asn.au