--- a
+++ b/ants/__init__.py
@@ -0,0 +1,13 @@
+
+__version__ = '0.5.4'
+
+from .core import *
+from .label import *
+from .learn import *
+from .math import *
+from .ops import *
+from .plotting import *
+from .registration import *
+from .segmentation import *
+from .utils import *
+from .contrib import *