X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fparser.py;h=5e7306908346eb13baf8bbda267d4d9e4cfa2852;hp=62f00d4ca1720bab29669316810775f220151855;hb=566db5262d961975a4aa4c5896d99773f9d3dd37;hpb=8134626d4517fcc582b322652243835e407524a9 diff --git a/bulletml/parser.py b/bulletml/parser.py index 62f00d4..5e73069 100644 --- a/bulletml/parser.py +++ b/bulletml/parser.py @@ -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