#!/usr/bin/python

#import sys
#sys.path.append("/usr/share/openstv");

from openstv.OpenSTV import App
app = App(0)
app.MainLoop()
