Fixed broken link in webpage
[progcomp2012.git] / progcomp / agents / asmodeus / run.py
1 #!/usr/bin/python -u
2
3 from asmodeus import *
4
5 asmodeus = Asmodeus()
6 if asmodeus.Setup():
7         while asmodeus.MoveCycle():
8                 pass

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