Files
auto-archiver/src/auto_archiver/formatters/__init__.py
2025-01-15 21:45:29 +00:00

4 lines
166 B
Python

""" Formatters for the output of the content. """
from .formatter import Formatter
from .html_formatter import HtmlFormatter
from .mute_formatter import MuteFormatter