# -*- coding: utf-8; fill-column: 77 -*-
# -*- indent-tabs-mode: nil -*-
"""
Library of useful Python functions and classes.
"""

from . import _version
__version__ = _version.get_versions()['version']
