X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Ferrors.py;h=32cb77379a7f6987c0fe876a3e92d34f71c06168;hp=16b7106743e40b6eea60e4e7a3dca8c940298dd3;hb=696ad700051192e81e1b0f892b3928d1ce5c4603;hpb=2e1e64f1f8076dd21a5ea1e7f8af6dbb74946d57 diff --git a/bulletml/errors.py b/bulletml/errors.py index 16b7106..32cb773 100644 --- a/bulletml/errors.py +++ b/bulletml/errors.py @@ -1,3 +1,6 @@ +"""Base error classes for bulletml.""" + class Error(Exception): + """Base error class for bulletml.""" pass