Evaluation optimizations.
[python-bulletml.git] / bulletml / __init__.py
index e69de29..4643d00 100644 (file)
@@ -0,0 +1,7 @@
+"""BulletML parser.
+
+http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html
+"""
+
+from bulletml.parser import BulletML
+from bulletml.impl import Bullet, Action