summaryrefslogtreecommitdiff
path: root/src/leap/__init__.py
blob: 8b30f3dd6b98c823e7254d7a8eae6a14f51b59e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- 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()