python/moz/l10n/formats/webext/__init__.py (8 lines of code) (raw):
from .parse import webext_parse, webext_parse_message
from .serialize import webext_serialize, webext_serialize_message
__all__ = [
"webext_parse",
"webext_parse_message",
"webext_serialize",
"webext_serialize_message",
]