__init__.py 244 B

12345678910
  1. # -*- coding: utf-8 -*-
  2. """
  3. flaskbb.plugins
  4. ~~~~~~~~~~~~~~~
  5. This module contains the Plugin class used by all Plugins for FlaskBB.
  6. :copyright: (c) 2014 by the FlaskBB Team.
  7. :license: BSD, see LICENSE for more details.
  8. """