Initial upload: Add repohealth-cli project with CI/CD workflow
This commit is contained in:
7
src/repohealth/reporters/__init__.py
Normal file
7
src/repohealth/reporters/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Reporting modules for different output formats."""
|
||||
|
||||
from repohealth.reporters.terminal import TerminalReporter
|
||||
from repohealth.reporters.json_reporter import JSONReporter
|
||||
from repohealth.reporters.html_reporter import HTMLReporter
|
||||
|
||||
__all__ = ["TerminalReporter", "JSONReporter", "HTMLReporter"]
|
||||
Reference in New Issue
Block a user