Initial upload: Add repohealth-cli project with CI/CD workflow
This commit is contained in:
6
src/repohealth/__main__.py
Normal file
6
src/repohealth/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
"""Entry point for the RepoHealth CLI."""
|
||||||
|
|
||||||
|
from repohealth.cli.cli import main
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
Reference in New Issue
Block a user