Fixed segfault in manager program
[progcomp2012.git] / samples / 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