This commit is contained in:
Lars Noack
2022-11-15 10:03:49 +01:00
parent 28b8994965
commit a0ff7a0257
4 changed files with 55 additions and 10 deletions

4
src/run_cli.py Normal file
View File

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