Initial upload: Add repohealth-cli project with CI/CD workflow
This commit is contained in:
7
src/repohealth/analyzers/__init__.py
Normal file
7
src/repohealth/analyzers/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Analysis modules for repository health assessment."""
|
||||
|
||||
from repohealth.analyzers.git_analyzer import GitAnalyzer
|
||||
from repohealth.analyzers.bus_factor import BusFactorCalculator
|
||||
from repohealth.analyzers.risk_analyzer import RiskAnalyzer
|
||||
|
||||
__all__ = ["GitAnalyzer", "BusFactorCalculator", "RiskAnalyzer"]
|
||||
Reference in New Issue
Block a user