music-kraken-core/src/try-programming-interface.py

9 lines
155 B
Python
Raw Normal View History

2022-11-21 11:25:40 +00:00
import music_kraken as mk
print(mk.__path__)
2022-11-22 13:25:01 +00:00
# mk.cli()
2022-11-22 17:25:35 +00:00
mk.lyrics.fetch_lyrics()
2022-11-22 13:25:01 +00:00
# db = mk.utils.shared.database
# if len(db.get_custom_track([])) == 0: