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