6 lines
98 B
Python
6 lines
98 B
Python
"""Allow running with python -m gitea_dashboard."""
|
|
|
|
from gitea_dashboard.cli import main
|
|
|
|
main()
|