13 lines
254 B
Python
13 lines
254 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
"""
|
||
|
babel.messages
|
||
|
~~~~~~~~~~~~~~
|
||
|
|
||
|
Support for ``gettext`` message catalogs.
|
||
|
|
||
|
:copyright: (c) 2013-2019 by the Babel Team.
|
||
|
:license: BSD, see LICENSE for more details.
|
||
|
"""
|
||
|
|
||
|
from babel.messages.catalog import *
|