fixed entrypoint

This commit is contained in:
Linus Vogel 2025-11-30 09:30:38 +01:00
parent 3fbfc6f6f3
commit 994498db6c
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
from starsky_presenter.entry import cli_main
def main() -> None:
print("Hello from starsky-presenter!")
cli_main()