from datetime import datetime as dt

__title__ = 'helga'
__version__ = '1.7.12'
__author__ = 'Shaun Duncan'
__license__ = 'MIT/GPLv3'
__copyright__ = 'Copyright {0} Shaun Duncan'.format(dt.now().strftime('%Y'))
__description__ = 'A full-featured chat bot for Python 2.7 with plugin support'
