6 lines
72 B
Python
6 lines
72 B
Python
import music_kraken
|
|
|
|
|
|
if __name__ == "__main__":
|
|
music_kraken.cli()
|