python/moz/l10n/formats/dtd/__init__.py (
3
lines of code) (
raw
):
from .parse import dtd_parse from .serialize import dtd_serialize __all__ = ["dtd_parse", "dtd_serialize"]