__init__.py 623 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. """
  3. werkzeug.contrib
  4. ~~~~~~~~~~~~~~~~
  5. Contains user-submitted code that other users may find useful, but which
  6. is not part of the Werkzeug core. Anyone can write code for inclusion in
  7. the `contrib` package. All modules in this package are distributed as an
  8. add-on library and thus are not part of Werkzeug itself.
  9. This file itself is mostly for informational purposes and to tell the
  10. Python interpreter that `contrib` is a package.
  11. :copyright: (c) 2014 by the Werkzeug Team, see AUTHORS for more details.
  12. :license: BSD, see LICENSE for more details.
  13. """