5 lines
75 B
Python
5 lines
75 B
Python
from music_kraken import gtk_gui
|
|
|
|
if __name__ == "__main__":
|
|
gtk_gui()
|