#!/usr/bin/python

from music_player.ui import Player, main
player = Player()
main()