#! /usr/bin/python2

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

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