fixed entrypoint
This commit is contained in:
parent
3fbfc6f6f3
commit
994498db6c
@ -1,2 +1,4 @@
|
||||
from starsky_presenter.entry import cli_main
|
||||
|
||||
def main() -> None:
|
||||
print("Hello from starsky-presenter!")
|
||||
cli_main()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user