# -*- coding: utf-8 -*-
"""
    flaskbb
    ~~~~~~~~~~~~~~~~~~~~

    FlaskBB is a forum software written in python using the
    microframework Flask.

    :copyright: (c) 2014 by the FlaskBB Team.
    :license: BSD, see LICENSE for more details.
"""

__version__ = '0.1-dev'

from flaskbb.app import create_app