X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2F__init__.py;h=4643d0089a4ad47d771a062f16eb0efef03b91b3;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=cbf6542a1876a86e4f75c96bad92f653ed924618;hpb=2e1e64f1f8076dd21a5ea1e7f8af6dbb74946d57 diff --git a/bulletml/__init__.py b/bulletml/__init__.py index e69de29..4643d00 100644 --- a/bulletml/__init__.py +++ b/bulletml/__init__.py @@ -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