]> kaliko git repositories - mpd-sima.git/blob - mpd-sima
Cleanup PlayerError exception wrapper
[mpd-sima.git] / mpd-sima
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3
4 # Script starts here
5 from sima.launch import main
6
7 main()
8
9 # VIM MODLINE
10 # vim: ai ts=4 sw=4 sts=4 expandtab