5 lines
76 B
Python
5 lines
76 B
Python
|
from music_kraken.__main__ import cli
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
cli()
|