Expression evaluator.
[python-bulletml.git] / bulletml / errors.py
1 class Error(Exception):
2 pass
3