Patter editing.
[python-bulletml.git] / bulletml / parser.py
index 62f00d4..5e73069 100644 (file)
@@ -21,6 +21,8 @@ except ImportError:
 from bulletml.errors import Error
 from bulletml.expr import NumberDef, INumberDef
 
+__all_ = ["ParseError", "BulletML"]
+
 class ParseError(Error):
     """Raised when an error occurs parsing the XML structure."""
     pass