fix(cli): add __main__.py for python -m gitea_dashboard
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
src/gitea_dashboard/__main__.py
Normal file
5
src/gitea_dashboard/__main__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Allow running with python -m gitea_dashboard."""
|
||||
|
||||
from gitea_dashboard.cli import main
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user