If a ChangeDirection, ChangeSpeed, Accel, or Wait action takes 0 frames, do it immedi...
[python-bulletml.git] / bulletml / errors.py
1 """Base error classes for bulletml."""
2
3 class Error(Exception):
4 """Base error class for bulletml."""
5 pass
6