implemented the ability to simply run the programm from terminal typing 'music-kraken' when installing with pip

This commit is contained in:
Lars Noack
2022-11-15 13:04:44 +01:00
parent a2c0610444
commit ea45d2f62e
13 changed files with 166 additions and 124 deletions

View File

@@ -1,4 +1,4 @@
from music_kraken.__main__ import cli
from music_kraken import cli
if __name__ == "__main__":
cli()