Include 60Hz bullet estimate.
[python-bulletml.git] / bulletml-parse
1 #!/usr/bin/env python
2
3 import sys
4
5 from bulletml import BulletML
6
7 for filename in sys.argv[1:]:
8 print BulletML(open(filename, "rU"))