"""
ChatterBot is a machine learning, conversational dialog engine.
"""
from .chatterbot import ChatBot

__version__ = '0.8.5'
__author__ = 'Gunther Cox'
__email__ = 'gunthercx@gmail.com'
__url__ = 'https://github.com/gunthercox/ChatterBot'

__all__ = (
    'ChatBot',
)