python/moz/l10n/formats/properties/__init__.py (8 lines of code) (raw):
from .parse import properties_parse, properties_parse_message
from .serialize import properties_serialize, properties_serialize_message
__all__ = [
"properties_parse",
"properties_parse_message",
"properties_serialize",
"properties_serialize_message",
]