__init__.py 254 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. """
  3. babel.messages
  4. ~~~~~~~~~~~~~~
  5. Support for ``gettext`` message catalogs.
  6. :copyright: (c) 2013-2021 by the Babel Team.
  7. :license: BSD, see LICENSE for more details.
  8. """
  9. from babel.messages.catalog import *