Initial upload: Add repohealth-cli project with CI/CD workflow
This commit is contained in:
7
src/repohealth/models/__init__.py
Normal file
7
src/repohealth/models/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
"""Data models for repository analysis."""
|
||||||
|
|
||||||
|
from repohealth.models.file_stats import FileAnalysis
|
||||||
|
from repohealth.models.author import AuthorStats
|
||||||
|
from repohealth.models.result import RepositoryResult
|
||||||
|
|
||||||
|
__all__ = ["FileAnalysis", "AuthorStats", "RepositoryResult"]
|
||||||
Reference in New Issue
Block a user