# -*- encoding: utf-8 -*-
"""
leap/__init__.py
----------------
Module intialization file for leap.
"""

from leap.mx.util import version

__all__     = ['mx']
__author__  = version.getAuthors()
__version__ = version.getVersion()