done
This commit is contained in:
21
lib/python3.11/site-packages/babel/messages/__init__.py
Normal file
21
lib/python3.11/site-packages/babel/messages/__init__.py
Normal file
@ -0,0 +1,21 @@
|
||||
"""
|
||||
babel.messages
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Support for ``gettext`` message catalogs.
|
||||
|
||||
:copyright: (c) 2013-2025 by the Babel Team.
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from babel.messages.catalog import (
|
||||
Catalog,
|
||||
Message,
|
||||
TranslationError,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"Catalog",
|
||||
"Message",
|
||||
"TranslationError",
|
||||
]
|
Reference in New Issue
Block a user