X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2F__init__.py;h=1e0fcdfa4611c063911bf8053fd44cf4f61c286d;hp=9dc15d1d5ce5743d4e98423bbe04605c05e72df9;hb=259cb70b213abdbcc0ae255aaf275e0bfeabbb10;hpb=3674933e0881e379e9945f5477cbef187abfc871 diff --git a/bulletml/__init__.py b/bulletml/__init__.py index 9dc15d1..1e0fcdf 100644 --- a/bulletml/__init__.py +++ b/bulletml/__init__.py @@ -4,3 +4,7 @@ http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html """ from bulletml.parser import BulletML +from bulletml.impl import Bullet, Action + +VERSION = (1, 0) +VERSION_STRING = ".".join(map(str, VERSION))