📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 20:40:54
📂
/
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
babel
/
messages
✏️
Editing: __init__.py
""" babel.messages ~~~~~~~~~~~~~~ Support for ``gettext`` message catalogs. :copyright: (c) 2013-2023 by the Babel Team. :license: BSD, see LICENSE for more details. """ from babel.messages.catalog import ( Catalog, Message, TranslationError, ) __all__ = [ "Catalog", "Message", "TranslationError", ]
💾 Save Changes
❌ Cancel