File: mpd-sima

package info (click to toggle)
mpd-sima 0.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: python: 4,364; sh: 222; makefile: 166
file content (10 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Script starts here
from sima.launch import main

main()

# VIM MODLINE
# vim: ai ts=4 sw=4 sts=4 expandtab