Docstrings.
[python-bulletml.git] / bulletml / errors.py
index 16b7106..32cb773 100644 (file)
@@ -1,3 +1,6 @@
+"""Base error classes for bulletml."""
+
 class Error(Exception):
+    """Base error class for bulletml."""
     pass