File: __init__.py

package info (click to toggle)
linux-show-player 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,896 kB
  • sloc: python: 12,408; sh: 154; makefile: 17; xml: 8
file content (12 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
"""
Linux Show Player

Cue player for live shows
"""

__author__ = 'Francesco Ceruti'
__email__ = 'ceppofrancy@gmail.com'
__url__ = 'https://github.com/FrancescoCeruti/linux-show-player'
__license__ = 'GPLv3'
__version__ = '0.5.3'